diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-20 23:09:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-20 23:09:56 +0000 |
commit | f8910eff7534ac66085d9602f5dc6f7fca5f85bd (patch) | |
tree | 50535fd131cc19859e5170e7974b1f01202a5f96 /binutils | |
parent | 649d87fe30e66bc791cbaa8e6e7cf28af547bb8f (diff) | |
download | gdb-f8910eff7534ac66085d9602f5dc6f7fca5f85bd.zip gdb-f8910eff7534ac66085d9602f5dc6f7fca5f85bd.tar.gz gdb-f8910eff7534ac66085d9602f5dc6f7fca5f85bd.tar.bz2 |
Wed Mar 20 18:08:19 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* objdump.c (disassemble_data): Make sure sym_name is always set.
(dump_section_header): Always put a space after the section name.
(dump_bfd_header): Terminate output with newline.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 38a9db1..dd903d4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Wed Mar 20 18:08:19 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * objdump.c (disassemble_data): Make sure sym_name is always set. + (dump_section_header): Always put a space after the section name. + (dump_bfd_header): Terminate output with newline. + Wed Mar 20 16:35:20 1996 Ian Lance Taylor <ian@cygnus.com> * wrstabs.c: New file. |