diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-13 22:34:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-13 22:34:51 +0000 |
commit | 02a68547b9999e007359187f1ad5e35b43faa9a9 (patch) | |
tree | 06e0dd6f700d2c8bdfa86f7af689c2d47678e4eb /binutils/ChangeLog | |
parent | d211303dc02fcdafb1d58819d58c2de90f03e070 (diff) | |
download | gdb-02a68547b9999e007359187f1ad5e35b43faa9a9.zip gdb-02a68547b9999e007359187f1ad5e35b43faa9a9.tar.gz gdb-02a68547b9999e007359187f1ad5e35b43faa9a9.tar.bz2 |
* objdump.c (dump_relocs): Don't crash if section name is NULL.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ab3a047..b130371 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Thu Jan 13 17:32:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * objdump.c (dump_relocs): Don't crash if section name is NULL. + +Tue Jan 11 19:46:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * filemode.c (filemodestring): Commented out; not used. + (mode_string): Use POSIX definitions. + (ftypelet): Likewise. + (rwx): Removed; no longer used. + * bucomm.c: Include bucomm.h. + (bfd_nonfatal, bfd_fatal): Argument is const. + (fatal): Make __STDC__ version. + * bucomm.h (mode_string): Declare. + * Makefile.in (bucomm.o): Depend upon bucomm.h + +Sun Jan 9 12:03:20 1994 Ken Raeburn (raeburn@rtl.cygnus.com) * bucomm.c (xmalloc, xrealloc): Deleted. * bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to |