aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-11-18 17:23:33 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-11-18 17:23:33 +0000
commitc9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7 (patch)
tree034f78788583f36d841922c17fb6f8ed3417ec77 /gas/testsuite/ChangeLog
parentbaa2af86d4ca17a82a02b581ab5150587ef955f8 (diff)
downloadgdb-c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7.zip
gdb-c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7.tar.gz
gdb-c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7.tar.bz2
Add support for armv7ve to gas.
gas/ * config/tc-arm.c (arm_archs): New armv7ve architecture option. (arm_cpus): Replace ARM_ARCH_V7A_IDIV_MP_SEC_VIRT with ARM_ARCH_V7VE for cortex-a7, cortex-a12 and cortex-a15. (cpu_arch_ver): Likewise. * doc/c-arm.texi: Document armv7ve. gas/testsuite/ * gas/arm/attr-march-armv7ve.d: New test case for armv7ve. include/opcode/ * arm.h (ARM_AEXT_V7VE): New define. (ARM_ARCH_V7VE): New define. (ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): Removed.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index f2912bb..174ca8e 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,7 +1,11 @@
+2013-11-18 Renlin Li <Renlin.Li@arm.com>
+
+ * gas/arm/attr-march-armv7ve.d: New test case for armv7ve.
+
2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org>
- * gas/testsuite/sysreg.s: Add test.
- * gas/testsuite/sysreg.d: Update.
+ * gas/aarch64/sysreg.s: Add test.
+ * gas/aarch64/sysreg.d: Update.
2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>