OSDN Git Service

PR 10263
authorNick Clifton <nickc@redhat.com>
Mon, 15 Jun 2009 11:37:26 +0000 (11:37 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 15 Jun 2009 11:37:26 +0000 (11:37 +0000)
commite4ff40ea760664b26a60ec9dc86904c27da43803
treeb9f3ed4bd55dd2f7ad4ddc56664f8927d3bdd8ad
parent8b7cc8f1a780fee4a24e77ba0b1236bace5eb662
    PR 10263
        * arm-dis.c (print_insn): Ignore is_data if the user has requested
        the disassembly of data as well as instructions.

        * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
        the flags field of the disassemble_info structure if the -D switch
        is in operation.

        * dis-asm.h (struct disassemble_info): New value for the flags
        field.
binutils/ChangeLog
binutils/objdump.c
include/ChangeLog
include/dis-asm.h
opcodes/ChangeLog
opcodes/arm-dis.c