[ARM] Add MIDR info for ARM Cortex-R7 and Cortex-R8
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Tue, 4 Jul 2017 17:44:38 +0000 (17:44 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Tue, 4 Jul 2017 17:44:38 +0000 (17:44 +0000)
2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
    Cortex-R7 and Cortex-R8 processors.

From-SVN: r249974

gcc/ChangeLog
gcc/config/arm/driver-arm.c

index 1168a3ac619c01bdfa87f54fe0b571eddf63a0b1..46dd0898becfd748c817cdeba1146b60f4c1cdf2 100644 (file)
@@ -1,3 +1,8 @@
+2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
+       Cortex-R7 and Cortex-R8 processors.
+
 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
 
        * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
index ab6879e36b011b28d65ca7d5c0e3acdd0c6d720f..16171d4e801af46ad549314d1f376e90d5bff57c 100644 (file)
@@ -56,6 +56,8 @@ static struct vendor_cpu arm_cpu_table[] = {
     {"0xd0a", "armv8.2-a+fp16", "cortex-a75"},
     {"0xc14", "armv7-r", "cortex-r4"},
     {"0xc15", "armv7-r", "cortex-r5"},
+    {"0xc17", "armv7-r", "cortex-r7"},
+    {"0xc18", "armv7-r", "cortex-r8"},
     {"0xc20", "armv6-m", "cortex-m0"},
     {"0xc21", "armv6-m", "cortex-m1"},
     {"0xc23", "armv7-m", "cortex-m3"},