From c0363bf0d06c8ef54bb5d821ced996e067d27188 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Tue, 18 Dec 2012 16:43:22 +0000 Subject: [PATCH] driver-arm.c (arm_cpu_table): Add Cortex-A7. 2012-12-18 Kyrylo Tkachov * config/arm/driver-arm.c (arm_cpu_table): Add Cortex-A7. From-SVN: r194587 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/driver-arm.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d5c97d93c3..12d86974e74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-12-18 Kyrylo Tkachov + + * config/arm/driver-arm.c (arm_cpu_table): + Add Cortex-A7. + 2012-12-18 Aldy Hernandez PR other/54324 diff --git a/gcc/config/arm/driver-arm.c b/gcc/config/arm/driver-arm.c index 3e14b14593c..3a17e104aca 100644 --- a/gcc/config/arm/driver-arm.c +++ b/gcc/config/arm/driver-arm.c @@ -37,6 +37,7 @@ static struct vendor_cpu arm_cpu_table[] = { {"0xb56", "armv6t2", "arm1156t2-s"}, {"0xb76", "armv6zk", "arm1176jz-s"}, {"0xc05", "armv7-a", "cortex-a5"}, + {"0xc07", "armv7-a", "cortex-a7"}, {"0xc08", "armv7-a", "cortex-a8"}, {"0xc09", "armv7-a", "cortex-a9"}, {"0xc0f", "armv7-a", "cortex-a15"},