OSDN Git Service

PR binutils/10924
authornickc <nickc>
Tue, 15 Dec 2009 01:38:22 +0000 (01:38 +0000)
committernickc <nickc>
Tue, 15 Dec 2009 01:38:22 +0000 (01:38 +0000)
commit7d4afc71a1dc7e7abc679bba85473ffe3a18bd33
tree40a3af086dfeb57602211248596abe4dc5d475fa
parent0da5b71d7e0d4e5d4b9110d682b1d8350f28de6c
    PR binutils/10924
        * arm-dis.c (arm_opcodes): Specify %R in cases where using r15
        results in unpredictable behaviour.
        (print_insn_arm): Handle %R.

        * gas/arm/unpredictable.s: New test case - checks the disassembly
        of instructions with unpredictable behaviour.
        * gas/arm/unpredictable.d: New file - expected disassembly.
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/unpredictable.d [new file with mode: 0644]
gas/testsuite/gas/arm/unpredictable.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c