aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-08-20 17:01:27 +0000
committerSteve Chamberlain <sac@cygnus>1995-08-20 17:01:27 +0000
commit2757dc25348d5d98481d0593716c346f2793b853 (patch)
tree02142215f52660610b5fcdf4cb1caf17adc3c6c3 /binutils/ChangeLog
parent715682510ecd4092abd98475475f8a24a707da98 (diff)
downloadgdb-2757dc25348d5d98481d0593716c346f2793b853.zip
gdb-2757dc25348d5d98481d0593716c346f2793b853.tar.gz
gdb-2757dc25348d5d98481d0593716c346f2793b853.tar.bz2
Sun Aug 20 09:59:00 1995 steve chamberlain <sac@slash.cygnus.com>
Modified to generate archives and objects rather than .s files. * dlltool.c (run) New function. (gen_exp_file, gen_lib_file): Use run. (workout_prefix): New. (usage): Document new options. (main): Parse new options.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0835825..561a867 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,12 @@
+Sun Aug 20 09:59:00 1995 steve chamberlain <sac@slash.cygnus.com>
+
+ Modified to generate archives and objects rather than .s files.
+ * dlltool.c (run) New function.
+ (gen_exp_file, gen_lib_file): Use run.
+ (workout_prefix): New.
+ (usage): Document new options.
+ (main): Parse new options.
+
Wed Aug 16 16:26:52 1995 steve chamberlain <sac@slash.cygnus.com>
* dlltool.c (gen_exp_file): Fix RVA handling.