diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-08 19:34:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-08 19:34:09 +0000 |
commit | c6304c0e13a19b98abb042c38aec627bdb5d2dce (patch) | |
tree | 775ca48db761dd92a65dd1d9dfa66c7cd931ee2a /binutils | |
parent | f93e43a11447b57828af900148dce81aa79c372b (diff) | |
download | gdb-c6304c0e13a19b98abb042c38aec627bdb5d2dce.zip gdb-c6304c0e13a19b98abb042c38aec627bdb5d2dce.tar.gz gdb-c6304c0e13a19b98abb042c38aec627bdb5d2dce.tar.bz2 |
* ar.c (open_inarch): Add file parameter. Change all callers. If
this is a newly created archive, set the target based on the
file.
* arsup.h (open_inarch): Update declaration.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8927a1b..d2d32e5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 8 15:28:05 1996 Ian Lance Taylor <ian@cygnus.com> + + * ar.c (open_inarch): Add file parameter. Change all callers. If + this is a newly created archive, set the target based on the + file. + * arsup.h (open_inarch): Update declaration. + Thu Jul 4 12:00:55 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (VERSION): Set to cygnus-2.7.1. |