]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[AArch64] Add support for Cortex-A72
authorJiong Wang <jiong@jiong-VPCCW152CU>
Wed, 4 Feb 2015 19:17:12 +0000 (19:17 +0000)
committerJiong Wang <jiong@jiong-VPCCW152CU>
Wed, 4 Feb 2015 19:17:12 +0000 (19:17 +0000)
2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>

* config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
* doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".

gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi

index 80dce667f7329ac158876fa9d6fd79c91078782c..f216b8498c09808d14c0a78228e442a38f50cdf4 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
+       * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
+
 2015-02-04  Nick Clifton  <nickc@redhat.com>
 
        * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
index b495331b941e73e68b7470c45f2778c0778348a2..25ae8c370d63b75af6446f04f4b473ade12a2600 100644 (file)
@@ -7231,6 +7231,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
                                 AARCH64_FEATURE_CRC), "Cortex-A53"},
   {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8,
                                 AARCH64_FEATURE_CRC), "Cortex-A57"},
+  {"cortex-a72", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                                 AARCH64_FEATURE_CRC), "Cortex-A72"},
   {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"},
   /* The 'xgene-1' name is an older name for 'xgene1', which was used
      in earlier releases and is superseded by 'xgene1' in all
index 508dd116a619a7d74b7fb344efb435f0cef465a6..ce3694ac4424a51d9a6854c128485fabff3be3ad 100644 (file)
@@ -57,6 +57,7 @@ message if an attempt is made to assemble an instruction which will not execute
 on the target processor.  The following processor names are recognized:
 @code{cortex-a53},
 @code{cortex-a57},
+@code{cortex-a72},
 @code{thunderx},
 @code{xgene1}
 and