aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-21 20:08:36 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-21 20:08:36 +0000
commit22947e96cdb127b37634b23362e36dae84a8466a (patch)
tree7a3735cc51d027b5eb7db3d5dc317588ecf61d29 /binutils/ChangeLog
parent8bb5064edd26c0fe619902cd90bc27a13342dbe3 (diff)
downloadgdb-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/ChangeLog11
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>