diff options
author | Paul Brook <paul@codesourcery.com> | 2011-05-31 14:12:55 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2011-05-31 14:12:55 +0000 |
commit | 3b2f07930444a96217805d28af12dc5edd65b20d (patch) | |
tree | 8e6e4b7ff5ff3684db863f04e574cca607e4117e /gas/doc | |
parent | b58843019a8b7cb79ea5335498bb06c1d59d5d03 (diff) | |
download | gdb-3b2f07930444a96217805d28af12dc5edd65b20d.zip gdb-3b2f07930444a96217805d28af12dc5edd65b20d.tar.gz gdb-3b2f07930444a96217805d28af12dc5edd65b20d.tar.bz2 |
2011-05-31 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (arm_cpus): Add Cortex-R5.
(arm_extensions): Allow idiv on ARMv7-R.
* doc/c-arm.text: Update idiv extension restrictions.
gas/testsuite/
* gas/arm/arm-idiv-bad.d: New test.
* gas/arm/arm-idiv-bad.s: New test.
* gas/arm/arm-idiv-bad.l: New test.
* gas/arm/arm-idiv.d: New test.
* gas/arm/arm-idiv.s: New test.
include/
* opcode/arm.h (ARM_ARCH_V7R_IDIV): Define.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index a5a88ba..131f6ab 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -152,7 +152,7 @@ been added, again in ascending alphabetical order. For example, The following extensions are currently supported: -@code{idiv}, (Integer Divide Extensions for v7-A architecture), +@code{idiv}, (Integer Divide Extensions for v7-A and v7-R architectures), @code{iwmmxt}, @code{iwmmxt2}, @code{maverick}, |