aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-06-26 20:13:24 +0000
committerDavid MacKenzie <djm@cygnus>1993-06-26 20:13:24 +0000
commitbf065bfd97d1a0c8f0d2a10b1cfcdb3a99bbd973 (patch)
tree8f7ba1939cc76dd6d36b68b3dd02553cbe4896e4 /ld/ChangeLog
parent3caa6924bc1dcafba0c5515591a3aec6daf7714a (diff)
downloadgdb-bf065bfd97d1a0c8f0d2a10b1cfcdb3a99bbd973.zip
gdb-bf065bfd97d1a0c8f0d2a10b1cfcdb3a99bbd973.tar.gz
gdb-bf065bfd97d1a0c8f0d2a10b1cfcdb3a99bbd973.tar.bz2
* ldver.c (help): New function.
* ldver.h: Declare it. * ldlex.l, ldgram.y: Recognize new options --help and --version.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2fea547..0425c13 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,10 +1,20 @@
+Sat Jun 26 12:03:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * ldver.c (help): New function.
+ * ldver.h: Declare it.
+ * ldlex.l, ldgram.y: Recognize new options --help and --version.
+
Mon Jun 21 20:39:48 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
* Makefile.in (INCLUDES): Don't need ../include any more.
Mon Jun 21 16:38:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
- * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl.
+ * ldlex.l, ldgram.y: Support new -oformat option.
+ Remove attempt at supporting script fragments on the command line.
+ * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
+ * mri.c (mri_format), ldgram.y: Change callers.
+ * ldlang.h: Change prototype.
Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)