]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[AArch64][2.25] Backport support for Cortex-A72
authorMatthew Wahab <matthew.wahab@arm.com>
Wed, 11 Mar 2015 13:55:18 +0000 (13:55 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:46:48 +0000 (09:46 -0300)
2015-03-11  Matthew Wahab  <matthew.wahab@arm.com>

gas/
  * config/tc-aarch64.c: 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 605846292de1c47367f4b9e3caac22f203ff71fa..ae0d46015c80905f23938b496e0632d113b06e29 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-11  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * config/tc-aarch64.c: Add support for Cortex-A72.
+       * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
+
 2015-03-11  Matthew Wahab  <matthew.wahab@arm.com>
 
        * config/tc-arm.c: Add support for Cortex-A72.
index a79f330746c4fdab68ef1ba85dc04adda6477de2..7fd23f00230cb9b742b07e2b24334b7afb11031b 100644 (file)
@@ -7255,6 +7255,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"},
   /* The 'xgene-1' name is an older name for 'xgene1', which was used
      in earlier releases and is superseded by 'xgene1' in all
      tools.  */
index bf886743b8afd54cfa488b664688c2e2937fb6a6..d604b02e98ae3b8fa06d7802dcac15062a528fd4 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{xgene1},
 and
 @code{xgene2}.