summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authormgretton <mgretton>2010-09-23 15:37:43 +0000
committermgretton <mgretton>2010-09-23 15:37:43 +0000
commitdee58035a2625a64c0c5b85d3218f7db9e368c20 (patch)
treea0381337b99a9523e709cee299a7863329db171e /gas/doc
parent2b2f0029b77aab0863a7b671db39a179d7ccbec9 (diff)
downloadbinutils-redhat-dee58035a2625a64c0c5b85d3218f7db9e368c20.tar.gz
* gas/config/tc-arm.c (arm_ext_adiv): New variable.
(do_div): New function. (insns): Accept UDIV and SDIV in ARM state. (arm_cpus): The cortex-a15 option has all current v7-A extensions. (arm_extensions): Add 'idiv' extension. (aeabi_set_public_attributes): Update Tag_DIV_use values for the Integer Divide extension. * gas/doc/c-arm.texi: Document the idiv extension. * gas/testsuite/gas/arm/armv7-a+idiv.d: New test. * gas/testsuite/gas/arm/armv7-a+idiv.s: Likewise. * gas/testsuite/gas/arm/attr-march-all.d: Update for Integer divide extension. * gas/testsuite/gas/arm/attr-march-armv7-a+idiv.d: New test. * include/opcode/arm.h (ARM_AEXT_ADIV): New define. (ARM_ARCH_V7A_IDIV_MP_SEC): Likewise. * opcodes/arm-dis.c (arm_opcodes): Support disassembly of UDIV and SDIV in ARM state.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-arm.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 0106a8d2ec..2a5c351ddd 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -148,7 +148,8 @@ been added, again in ascending alphabetical order. For example,
@code{-mcpu=ep9312+nomaverick} is equivalent to specifying @code{-mcpu=arm920}.
-The following extensions are currently supported:
+The following extensions are currently supported:
+@code{idiv}, (Integer Divide Extensions for v7-A architecture),
@code{iwmmxt},
@code{iwmmxt2},
@code{maverick},