This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Accept vulcan as a cpu name for the AArch64 port of GAS.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0a8be2fe269b769c01b0daa1b967eba51dea4af5

commit 0a8be2fe269b769c01b0daa1b967eba51dea4af5
Author: Virendra Pathak <virendra.pathak@broadcom.com>
Date:   Mon Jun 13 14:17:31 2016 +0100

    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.

Diff:
---
 gas/ChangeLog           | 6 ++++++
 gas/config/tc-aarch64.c | 3 +++
 gas/doc/c-aarch64.texi  | 1 +
 3 files changed, 10 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 458e96f..fc4fd82 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2016-06-13  Virendra Pathak  <virendra.pathak@broadcom.com>
+
+        * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
+        * doc/c-aarch64.texi: Document that vulcan is a valid processor
+	name.
+
 2016-06-13  Nick Clifton  <nickc@redhat.com>
 
 	* config/tc-arm.c: For non-ELF based targets skip ARM feature sets
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 774494f..12d6169 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7765,6 +7765,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,
 				AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
    "Cavium ThunderX"},
+  {"vulcan", AARCH64_FEATURE (AARCH64_ARCH_V8,
+			      AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
+  "Broadcom Vulcan"},
   /* The 'xgene-1' name is an older name for 'xgene1', which was used
      in earlier releases and is superseded by 'xgene1' in all
      tools.  */
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}.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]