OSDN Git Service

2011-05-31 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook>
Tue, 31 May 2011 14:12:53 +0000 (14:12 +0000)
committerpbrook <pbrook>
Tue, 31 May 2011 14:12:53 +0000 (14:12 +0000)
commitd01720ce91227c1f15fcdb423349d0d18888b90a
tree048c9b0f725e5d18e9283bffd53379894a039d50
parent0e8eecdc82ce6358825e63eaab9499f0ae4934f5
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.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arm-idiv-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/arm-idiv-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/arm-idiv-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/arm-idiv.d [new file with mode: 0644]
gas/testsuite/gas/arm/arm-idiv.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/arm.h