diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-25 16:14:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-25 16:14:40 +0000 |
commit | 653735e1bafbfe5b2a9859fef8224ffa1438a345 (patch) | |
tree | c15eb3874b97c940a981fd3c15353d491c580ef0 /binutils | |
parent | 07f9de2ad18269c55d6c1215a93743dc2baf32c2 (diff) | |
download | gdb-653735e1bafbfe5b2a9859fef8224ffa1438a345.zip gdb-653735e1bafbfe5b2a9859fef8224ffa1438a345.tar.gz gdb-653735e1bafbfe5b2a9859fef8224ffa1438a345.tar.bz2 |
* objdump.c (disassemble_bytes): Let the disassembler override the
number of bytes printed on a line.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9310fe3..980afed 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,27 @@ +Fri Oct 25 12:12:17 1996 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (disassemble_bytes): Let the disassembler override the + number of bytes printed on a line. + Thu Oct 24 16:42:10 1996 Ian Lance Taylor <ian@cygnus.com> + * objdump.c (prefix_addresses): New static variable. + (long_options): Add "prefix-addresses". + (compare_symbols): Sort BSF_FUNCTION symbols before other + symbols. + (find_symbol_for_address): New static function, broken out of + objdump_print_address. + (objdump_print_addr_with_sym): New static function, broken out of + objdump_print_address. + (objdump_print_address): Call new functions. + (disassemble_bytes): New static function, broken out of + disassemble_data. Change disassembly format, unless + prefix_addresses is set. + (disassemble_data): Call disassemble_bytes. Unless + prefix_addresses is set, disassemble in chunks headed by a + symbol. + * binutils.texi, objdump.1: Document --prefix-addresses. + * rddbg.c (read_section_stabs_debugging_info): Preserve the backslash when concatenating multiple stabs strings. |