OSDN Git Service

PR binutils/10924
authornickc <nickc>
Wed, 11 Nov 2009 09:44:44 +0000 (09:44 +0000)
committernickc <nickc>
Wed, 11 Nov 2009 09:44:44 +0000 (09:44 +0000)
commita19703aac870cd25e8ccb52c40b976383ef7c963
treee5f0caf883eae19be6788efe82ca2425afe5e30e
parentc5abfc7145075a0d60e01541a27cf92afa5d0f4d
    PR binutils/10924
        * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
        (print_insn_arm): Extend %s format control code to check for
        unpredictable addressing modes.  Add support for %S format control
        code which suppresses this check.
        (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
        (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
        PRE_BIT_SET): New macros.
        (print_insn_coprocessor): Use the new macros instead of magic
        constants.
        (print_arm_address): Likewise.
        (pirnt_insn_arm): Likewise.
        (print_insn_thumb32): Likewise.
opcodes/ChangeLog
opcodes/arm-dis.c