diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-02 16:11:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-02 16:11:07 +0000 |
commit | a19f84a79b136842044f9fecf3dfae1d18f58e46 (patch) | |
tree | 5fa993637feed5b7d5fd1bdf89de51e189b0a8ae /binutils | |
parent | 8eab189bcef119a2350135bf02c191606c22cf1d (diff) | |
download | gdb-a19f84a79b136842044f9fecf3dfae1d18f58e46.zip gdb-a19f84a79b136842044f9fecf3dfae1d18f58e46.tar.gz gdb-a19f84a79b136842044f9fecf3dfae1d18f58e46.tar.bz2 |
* strings.c (main): Exit with zero status if no files are given
and standard input is read.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d3b67eb..9092479 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,21 @@ +Mon Oct 2 12:10:25 1995 Ian Lance Taylor <ian@cygnus.com> + + * strings.c (main): Exit with zero status if no files are given + and standard input is read. + +Thu Sep 28 20:03:07 1995 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-config.in: Calculate underscore and put into makefile + fragment, generate config.h. + * mpw-make.sed: New file, sed commands to edit Unix makefile + into MPW syntax. + * mpw-make.in: Remove. + * mac-binutils.r: New file, Mac resources. + Thu Sep 28 15:49:00 1995 steve chamberlain <sac@slash.cygnus.com> - * dlltool.c: (gen_exp_file): Always emit a .reloc section if relocatable. + * dlltool.c: (gen_exp_file): Always emit a .reloc section if + relocatable. (imp_name_lab): New. (gen_def_file): New. (gen_lib_file): Use imp_name_lab. |