diff options
author | Virendra Pathak <virendra.pathak@broadcom.com> | 2016-06-13 14:17:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-13 14:17:31 +0100 |
commit | 0a8be2fe269b769c01b0daa1b967eba51dea4af5 (patch) | |
tree | 0bac7b34e727098c8d6afd5330568c1db5d2bfa6 /gas/doc | |
parent | 69c9e028b6c29f98b6f71faf52242aaaeb03a659 (diff) | |
download | gdb-0a8be2fe269b769c01b0daa1b967eba51dea4af5.zip gdb-0a8be2fe269b769c01b0daa1b967eba51dea4af5.tar.gz gdb-0a8be2fe269b769c01b0daa1b967eba51dea4af5.tar.bz2 |
Accept vulcan as a cpu name for the AArch64 port of GAS.
* config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
* doc/c-aarch64.texi: Document that vulcan is a valid processor
name.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 692172a..6f9f0cc 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -63,6 +63,7 @@ on the target processor. The following processor names are recognized: @code{exynos-m1}, @code{qdf24xx}, @code{thunderx}, +@code{vulcan}, @code{xgene1} and @code{xgene2}. |