diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-07-05 20:17:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-07-05 20:17:37 +0000 |
commit | 33315bcabec0c8c7f500e8a4d5e9317c24ae3e1f (patch) | |
tree | e4c7c48bed394681b6ee81b1f804627c68467681 /binutils | |
parent | bcb62abf05e313ec9118cfffff0146661756a45d (diff) | |
download | gdb-33315bcabec0c8c7f500e8a4d5e9317c24ae3e1f.zip gdb-33315bcabec0c8c7f500e8a4d5e9317c24ae3e1f.tar.gz gdb-33315bcabec0c8c7f500e8a4d5e9317c24ae3e1f.tar.bz2 |
* objcopy.c: Include libiberty.h.
(copy_file): If output_target is NULL, set it to the target of the
input file.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e538ffa..d0dc75b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 5 15:56:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * objcopy.c: Include libiberty.h. + (copy_file): If output_target is NULL, set it to the target of the + input file. + +Wed Jun 29 17:17:14 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + + * nlmconv.c (link_inputs): Fixed memory allocation bug. + Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com) * configure.in: Change --with-targets to --enable-targets. |