OSDN Git Service

PR 10263
authornickc <nickc>
Mon, 15 Jun 2009 11:37:26 +0000 (11:37 +0000)
committernickc <nickc>
Mon, 15 Jun 2009 11:37:26 +0000 (11:37 +0000)
commit956a43e4c9a1372cfde788353e812f5efe1ec49f
treef39c636ef172a9513448a18d40b5d6914d87fd62
parent99d8a47c870382ba44105abbeb3bef97af6b6dba
    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