OSDN Git Service

PR binutils/10924
authornickc <nickc>
Wed, 11 Nov 2009 18:44:44 +0000 (18:44 +0000)
committernickc <nickc>
Wed, 11 Nov 2009 18:44:44 +0000 (18:44 +0000)
commitbd54e1f3ad034a5ca025ee78ffd853721668ec31
tree6e1ff9db265731a97910ca384f4f8501e8f5bb0f
parent6737d9c81b27f898a3ed54796e74a56b649a87aa
    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