diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-31 16:52:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-31 16:52:02 +0000 |
commit | a59b3dda9111228db577b849ed91ba59e889478c (patch) | |
tree | 4ceaf00a9e2af8448272efc5eecd5861cb1222a6 /binutils | |
parent | 62b1697ed7badfc7f8c0a7400a694737d81874d3 (diff) | |
download | gdb-a59b3dda9111228db577b849ed91ba59e889478c.zip gdb-a59b3dda9111228db577b849ed91ba59e889478c.tar.gz gdb-a59b3dda9111228db577b849ed91ba59e889478c.tar.bz2 |
* ar.c (replace_members): For compatibility with existing ar
programs, permit users to add the same file multiple times.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ca5c728..5b209ba 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Mon Jul 31 12:51:06 1995 Ian Lance Taylor <ian@cygnus.com> + + * ar.c (replace_members): For compatibility with existing ar + programs, permit users to add the same file multiple times. + +Tue Jul 25 11:21:53 1995 Ian Lance Taylor <ian@cygnus.com> + + * strings.c (DATA_FLAGS): Remove SEC_DATA. + (main): If no file names are given, scan standard input. + * binutils.texi, strings.1: strings now scans non-data sections by + default. + Mon Jul 24 13:52:28 1995 J.T. Conklin <jtc@rtl.cygnus.com> * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh. |