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/doc | |
| 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/doc')
| -rw-r--r-- | gas/doc/c-arm.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 37756a064e..b4b2d953e6 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -200,6 +200,7 @@ names are recognized: @code{armv6s-m}, @code{armv7}, @code{armv7-a}, +@code{armv7ve}, @code{armv7-r}, @code{armv7-m}, @code{armv7e-m}, |

