binutils/:
commit3e41d7b0634f8a0f58d7ef6109bc67bc121560c2
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 10 Jan 2005 09:54:50 +0000 (10 09:54 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 10 Jan 2005 09:54:50 +0000 (10 09:54 +0000)
tree88342dcdddb4c94e35e443452cddbd815d06a6e7
parentcaa315bd2f1d5491ed3f39e295dc1f5f348751a6
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