diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:14:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:14:49 +0000 |
commit | 8291be48a9ca4209b5d200f7d42610a3a86f5cc7 (patch) | |
tree | cb3e57f5d5d22fba2f11d99eefe035f9d6a57309 /binutils/ChangeLog | |
parent | f8015b852611278ff32fe228eeff094398b6aad2 (diff) | |
download | gdb-8291be48a9ca4209b5d200f7d42610a3a86f5cc7.zip gdb-8291be48a9ca4209b5d200f7d42610a3a86f5cc7.tar.gz gdb-8291be48a9ca4209b5d200f7d42610a3a86f5cc7.tar.bz2 |
* nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 562916b..d941d82 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,7 @@ Fri Jun 10 15:41:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT. + * objcopy.c (copy_archive): Make the temporary directory in the same directory as the output BFD, since we may not have write permission on the current directory. Set the permissions of the |