PR 10288
commit51bb09f960afce1084a1b799564bcd52f27b1f42
authorNick Clifton <nickc@redhat.com>
Mon, 29 Jun 2009 08:08:15 +0000 (29 08:08 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 29 Jun 2009 08:08:15 +0000 (29 08:08 +0000)
treeca376978a580f0988901125f852aa65cbd1971ce
parent91501b862aa2163d5ff7a3838e4572540a271d12
    PR 10288
        * arm-dis.c (enum opcode_sentinels): New:  Used to mark the
        boundary between variaant and generic coprocessor instuctions.
        (coprocessor): Use it.
        Fix architecture version of MCRR and MRRC instructions.
        (arm_opcdes): Fix patterns for STRB and STRH instructions.
        (print_insn_coprocessor): Check architecture and extension masks.
        Print a hexadecimal version of any decimal constant that is
        outside of the range of -16 to +32.
        (print_arm_address): Add a return value of the offset used in the
        adress, if it is worth printing a hexadecimal version of it.
        (print_insn_neon): Print a hexadecimal version of any decimal
        constant that is outside of the range of -16 to +32.
        (print_insn_arm): Likewise.
        (print_insn_thumb16): Likewise.
        (print_insn_thumb32): Likewise.

        PR 10297
        * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
        of an undefined instruction.
        (arm_opcodes): Use it.
        (thumb_opcod): Use it.
        (thumb32_opc): Use it.

        Update expected disassembly regrexps in GAS and LD testsuites.
43 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arch6zk.d
gas/testsuite/gas/arm/arch7.d
gas/testsuite/gas/arm/arm-it-auto-2.d
gas/testsuite/gas/arm/arm-it-auto.d
gas/testsuite/gas/arm/copro.d
gas/testsuite/gas/arm/float.d
gas/testsuite/gas/arm/fpa-mem.d
gas/testsuite/gas/arm/group-reloc-ldc.d
gas/testsuite/gas/arm/group-reloc-ldr.d
gas/testsuite/gas/arm/iwmmxt.d
gas/testsuite/gas/arm/maverick.d
gas/testsuite/gas/arm/neon-omit.d
gas/testsuite/gas/arm/svc.d
gas/testsuite/gas/arm/thumb-eabi.d
gas/testsuite/gas/arm/thumb.d
gas/testsuite/gas/arm/thumb1_unified.d
gas/testsuite/gas/arm/thumb2_add.d
gas/testsuite/gas/arm/thumb2_relax.d
gas/testsuite/gas/arm/thumb32.d
gas/testsuite/gas/arm/vfp-neon-syntax.d
gas/testsuite/gas/arm/vfp-neon-syntax_t2.d
gas/testsuite/gas/arm/vfp1xD.d
gas/testsuite/gas/arm/vfp1xD_t2.d
gas/testsuite/gas/arm/vfpv3-const-conv.d
gas/testsuite/gas/arm/xscale.d
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-app-abs32.d
ld/testsuite/ld-arm/arm-app.d
ld/testsuite/ld-arm/arm-lib-plt32.d
ld/testsuite/ld-arm/arm-lib.d
ld/testsuite/ld-arm/arm-pic-veneer.d
ld/testsuite/ld-arm/armthumb-lib.d
ld/testsuite/ld-arm/farcall-mixed-app-v5.d
ld/testsuite/ld-arm/farcall-mixed-app.d
ld/testsuite/ld-arm/farcall-mixed-lib.d
ld/testsuite/ld-arm/group-relocs.d
ld/testsuite/ld-arm/mixed-app-v5.d
ld/testsuite/ld-arm/mixed-app.d
ld/testsuite/ld-arm/mixed-lib.d
ld/testsuite/ld-arm/thumb2-bl-undefweak.d
opcodes/ChangeLog
opcodes/arm-dis.c