Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/gas/config Add cortex-a7



details:   https://anonhg.NetBSD.org/src/rev/b0d4504f6c38
branches:  trunk
changeset: 789474:b0d4504f6c38
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 19 22:23:12 2013 +0000

description:
Add cortex-a7

diffstat:

 external/gpl3/binutils/dist/gas/config/tc-arm.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 702c35f37a4e -r b0d4504f6c38 external/gpl3/binutils/dist/gas/config/tc-arm.c
--- a/external/gpl3/binutils/dist/gas/config/tc-arm.c   Mon Aug 19 22:22:23 2013 +0000
+++ b/external/gpl3/binutils/dist/gas/config/tc-arm.c   Mon Aug 19 22:23:12 2013 +0000
@@ -22556,6 +22556,9 @@
   {"arm1176jzf-s",     ARM_ARCH_V6ZK,   FPU_ARCH_VFP_V2, NULL},
   {"cortex-a5",                ARM_ARCH_V7A_MP_SEC, 
                                         FPU_NONE,        "Cortex-A5"},
+  {"cortex-a7",        ARM_ARCH_V7A_IDIV_MP_SEC_VIRT,
+                                        FPU_ARCH_NEON_VFP_V4,
+                                                          "Cortex-A7"},
   {"cortex-a8",                ARM_ARCH_V7A_SEC,
                                         ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),



Home | Main Index | Thread Index | Old Index