aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2012-12-18 16:43:22 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2012-12-18 16:43:22 +0000
commitc0363bf0d06c8ef54bb5d821ced996e067d27188 (patch)
treee00fb1ec09e8a3a89ed7bb7d9e38166f6eee5263 /gcc/config
parent2b4212d5b9263908126e782e9a58b7933dd8dc9d (diff)
downloadgcc-c0363bf0d06c8ef54bb5d821ced996e067d27188.zip
gcc-c0363bf0d06c8ef54bb5d821ced996e067d27188.tar.gz
gcc-c0363bf0d06c8ef54bb5d821ced996e067d27188.tar.bz2
driver-arm.c (arm_cpu_table): Add Cortex-A7.
2012-12-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/driver-arm.c (arm_cpu_table): Add Cortex-A7. From-SVN: r194587
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/driver-arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/driver-arm.c b/gcc/config/arm/driver-arm.c
index 3e14b14..3a17e10 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"},