diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-08 18:16:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-08 18:16:10 +0000 |
commit | eb88e5ee98e71e4de286d7ccda75e6c20412f2b8 (patch) | |
tree | e42e98ea60a4b61ae8a46333c3cbbbde27e0ae45 | |
parent | 0631def34c7cbe424ce098da530eb458b78fad40 (diff) | |
download | gdb-eb88e5ee98e71e4de286d7ccda75e6c20412f2b8.zip gdb-eb88e5ee98e71e4de286d7ccda75e6c20412f2b8.tar.gz gdb-eb88e5ee98e71e4de286d7ccda75e6c20412f2b8.tar.bz2 |
* objcopy.c (copy_archive): Keep a list of the names of the
temporary files we created. Close each input BFD after we open
its successor.
PR 5915.
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9d06802..2ac4af6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Tue Nov 8 13:12:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * objcopy.c (copy_archive): Keep a list of the names of the + temporary files we created. Close each input BFD after we open + its successor. + +Mon Nov 7 15:48:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * Makefile.in (VERSION): Bump to 2.5.3. + Thu Nov 3 19:04:34 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (install-info): Install info files from whatever |