binutils/:
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 10 Jan 2005 09:54:50 +0000 (09:54 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 10 Jan 2005 09:54:50 +0000 (09:54 +0000)
commit0bcb06d2f206b920aed12619c82f6e311ecacce2
treee319b5e58c99679665a31ca7441587e6417259fd
parentf33e9acf1b9d497a366d072caee34548fcfdf1cb
binutils/:
* configure.in: Don't define SKIP_ZEROES.
* configure: Regenerate.
* objdump.c (disassemble_data): Set skip_zeroes and
skip_zeroes_at_end in disasm_info to defaults.
(DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
(DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
always define.
(disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
objdump_disasm_info.

include/:
* dis-asm.h (struct disassemble_info): Add skip_zeroes and
skip_zeroes_at_end.

opcodes/:
* disassemble.c (disassemble_init_for_target) <case
bfd_arch_ia64>: Set skip_zeroes to 16.
<case bfd_arch_tic4x>: Set skip_zeroes to 32.
binutils/ChangeLog
binutils/configure
binutils/configure.in
binutils/objdump.c
include/ChangeLog
include/dis-asm.h
opcodes/ChangeLog
opcodes/disassemble.c
This page took 0.032769 seconds and 4 git commands to generate.