diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-29 21:41:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-29 21:41:28 +0000 |
commit | af9168428deaf67e820ca92a9c016fdaa7590774 (patch) | |
tree | bb9f9aea26c8a5e591d35b30ef66761832f17bee /binutils | |
parent | b56c3d6ceed6ef81d17f703a9d9fde692d0c1a5b (diff) | |
download | gdb-af9168428deaf67e820ca92a9c016fdaa7590774.zip gdb-af9168428deaf67e820ca92a9c016fdaa7590774.tar.gz gdb-af9168428deaf67e820ca92a9c016fdaa7590774.tar.bz2 |
* objdump.c (objdump_print_value): Don't print the empty string
for zero.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aac48bc..576a8b6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,16 @@ +Tue Oct 29 16:40:22 1996 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (objdump_print_value): Don't print the empty string + for zero. + Mon Oct 28 16:58:14 1996 Ian Lance Taylor <ian@cygnus.com> + * stabs.c (struct stab_handle): Add function_end field. + (start_stab): Initialize function_end. + (finish_stab): Pass info->function_end to debug_end_function. + (parse_stab): If info->function_end is set, use it as the address + which ends a function. + * ieee.c (ieee_array_type): Remember the correct size. * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges |