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