diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-21 20:08:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-21 20:08:36 +0000 |
commit | 22947e96cdb127b37634b23362e36dae84a8466a (patch) | |
tree | 7a3735cc51d027b5eb7db3d5dc317588ecf61d29 /binutils/ChangeLog | |
parent | 8bb5064edd26c0fe619902cd90bc27a13342dbe3 (diff) | |
download | gdb-22947e96cdb127b37634b23362e36dae84a8466a.zip gdb-22947e96cdb127b37634b23362e36dae84a8466a.tar.gz gdb-22947e96cdb127b37634b23362e36dae84a8466a.tar.bz2 |
Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz>
* objcopy.c (preserve_dates): New file static variable.
(smart_rename): If preserve_dates, call set_times when copying.
(strip_main): Remove preserve_dates local variable.
(copy_main): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2ad0eac..63b62a3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz> + + * objcopy.c (preserve_dates): New file static variable. + (smart_rename): If preserve_dates, call set_times when copying. + (strip_main): Remove preserve_dates local variable. + (copy_main): Likewise. + Tue Apr 7 15:41:15 1998 Ian Lance Taylor <ian@cygnus.com> * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c, @@ -120,6 +127,10 @@ Tue Feb 17 18:40:55 1998 Richard Henderson <rth@cygnus.com> Tue Feb 17 20:34:11 1998 Ian Lance Taylor <ian@cygnus.com> + * dlltool.c (gen_exp_file): Generate _imp__%s as well as __imp_%s, + for Microsoft compatibility. + (make_one_lib_file): Likewise. + * dlltool.c (make_one_lib_file): Don't add 1 to hint. Fri Feb 13 16:37:44 1998 Ian Lance Taylor <ian@cygnus.com> |