PR binutils/10924
commit9539f952f6935bd79251229d208d1be0443e56b7
authorNick Clifton <nickc@redhat.com>
Thu, 17 Dec 2009 09:52:14 +0000 (17 09:52 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 17 Dec 2009 09:52:14 +0000 (17 09:52 +0000)
tree54ea2192481de0bb16b788b83a9de49088417489
parentea896d38863b5bf030121cc9db19577f903109a7
    PR binutils/10924
        * config/tc-arm.c (do_ldstv4): Do not allow r15 as the destination
        register.
        (do_mrs): Likewise.
        (do_mul): Likewise.

        * arm-dis.c: Add support for %<>ru and %<>rU formats to enforce
        unique register numbers.  Extend support for %<>R format to
        thumb32 and coprocessor instructions.

        * gas/arm/unpredictable.s: Add more unpredictable instructions.
        * gas/arm/unpredictable.d: Add expected disassemblies.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/unpredictable.d
gas/testsuite/gas/arm/unpredictable.s
opcodes/ChangeLog
opcodes/arm-dis.c