diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-06 22:22:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-06 22:22:52 +0000 |
commit | e763bd6fad2a9412eea63e002a5beb9fe3bc9ca1 (patch) | |
tree | de73d7a7c8b7bdb0fb15f2060e61e1c750c06ef3 | |
parent | 6dcf1ef5de68097dbc1250bc9d0c2bfdc72b63ee (diff) | |
download | gdb-e763bd6fad2a9412eea63e002a5beb9fe3bc9ca1.zip gdb-e763bd6fad2a9412eea63e002a5beb9fe3bc9ca1.tar.gz gdb-e763bd6fad2a9412eea63e002a5beb9fe3bc9ca1.tar.bz2 |
* ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc
warning about uninitialized variable.
(ieee_read_cxx_class): Likewise, for pf.
(ieee_enum_type): Likewise, for i.
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 51c7772..024ada5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +Fri Dec 6 17:21:41 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc + warning about uninitialized variable. + (ieee_read_cxx_class): Likewise, for pf. + (ieee_enum_type): Likewise, for i. + +Tue Nov 26 17:01:25 1996 Ian Lance Taylor <ian@cygnus.com> + + * wrstabs.c (stab_array_type): Add casts when printing + bfd_signed_vma values. + + * configure: Rebuild with autoconf 2.12. + Mon Nov 25 16:53:18 1996 Ian Lance Taylor <ian@cygnus.com> * objdump.c (disassemble_data): Don't crash if there is no |