aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-12 20:26:35 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-12 20:26:35 +0000
commita82ae15d4b278243545bdc8290f044e69ea7c31c (patch)
tree70a145fee45e3d929ee4347b23149c907c5c9570 /ld/ChangeLog
parent1ed0529ed70ad286cf8fc982b5c54c780266af14 (diff)
downloadgdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.zip
gdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.tar.gz
gdb-a82ae15d4b278243545bdc8290f044e69ea7c31c.tar.bz2
* lexsup.c (parse_args): Change -V to be a synonym for -v. Add
--verbose to get the old -V behaviour. * ld.1, ld.texinfo: Document this change.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e7a3b6d..2c3b51e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,14 @@
+Wed Oct 12 16:22:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+
+ * lexsup.c (parse_args): Change -V to be a synonym for -v. Add
+ --verbose to get the old -V behaviour.
+ * ld.1, ld.texinfo: Document this change.
+
Tue Sep 27 14:56:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
+ assertion, since it could fail with a user defined linker script.
+
* ldexp.c (fold_name): For DEFINED case, don't try to look up the
name in the hash table during the first phase--the hash table does
not even exist at that point, much less have the right value.