]> 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)
committerJiong Wang <jiong.wang@arm.com>
Wed, 11 Mar 2015 13:55:18 +0000 (13:55 +0000)
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 0e587646d9327b53c8f1f340e518d9f3441970a6..de4e2033469e0787d6f7115d6d94751927541b9e 100644 (file)
@@ -7184,6 +7184,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 8fbae0615303bec93a70e2ef57724a19766601c4..cb94251ebd9fb4da491753b263dd335e30fb85f4 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}.