PR binutils/10924
commit440b3ab709fdb25494f1a31bb09700ccbf9ba55b
authorNick Clifton <nickc@redhat.com>
Mon, 14 Dec 2009 16:38:22 +0000 (14 16:38 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Dec 2009 16:38:22 +0000 (14 16:38 +0000)
treeb6e7dc24a9ae895aa051dbabde85f13faa3dc064
parent760f6dee34be007e4ad97b0fefb1657c83c17bc3
    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