diff options
| author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-11-18 17:23:33 +0000 |
|---|---|---|
| committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-11-18 17:25:52 +0000 |
| commit | b3eb037d17c6082ba4803f8f034f34360f16fa16 (patch) | |
| tree | 53314d06a6649c12e4089208a5f4019d4cfefd6e /gas/ChangeLog | |
| parent | aeea061e1a69a316619c9418957e26a7c3f43fda (diff) | |
| download | ppe42-binutils-b3eb037d17c6082ba4803f8f034f34360f16fa16.tar.gz ppe42-binutils-b3eb037d17c6082ba4803f8f034f34360f16fa16.zip | |
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/ChangeLog')
| -rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e2b1567cb..9d63d12bcd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2013-11-18 Renlin Li <Renlin.Li@arm.com> + + * 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. + 2013-11-18 Zhenqiang Chen <zhenqiang.chen@linaro.org> * config/tc-aarch64.c (parse_sys_reg): Support |

