diff options
author | David MacKenzie <djm@cygnus> | 1993-07-16 22:24:10 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-07-16 22:24:10 +0000 |
commit | a2cdf246df4444f2a2201d90e4019755837509b0 (patch) | |
tree | bc91621983adb1eaff3544fcb7e02ec10e9677b1 /binutils | |
parent | f358c81426af32c45ce8569ebae1d01444bf15eb (diff) | |
download | gdb-a2cdf246df4444f2a2201d90e4019755837509b0.zip gdb-a2cdf246df4444f2a2201d90e4019755837509b0.tar.gz gdb-a2cdf246df4444f2a2201d90e4019755837509b0.tar.bz2 |
remove /dev/null kludge
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 074deef..ed78da4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * strings.c (print_strings): Handle STREAM being NULL. + (strings_a_section): Pass a NULL. + (main): Don't open /dev/null. + Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * objdump.c (disassemble_data): Handle the m88k. |