aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-13 02:34:33 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-13 02:34:33 +0000
commitd7339c87a6939d650500156bd77e660abb19c0a3 (patch)
treecc31c4f181a61bdf8825ab5b31573736d3ee994b /ld/ChangeLog
parent0ade484f982a4d2528c341e48a7ff90ca14d06da (diff)
downloadgdb-d7339c87a6939d650500156bd77e660abb19c0a3.zip
gdb-d7339c87a6939d650500156bd77e660abb19c0a3.tar.gz
gdb-d7339c87a6939d650500156bd77e660abb19c0a3.tar.bz2
* ldmain.c (multiple_definition): Only skip the warning if the
output section is absolute when the input section is not absolute. * ldlex.l: Accept whitespace in VERS_START state. Warn about invalid characters in VERS_* states.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b834f54..d16eecb 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,17 @@
+Wed Mar 12 21:33:09 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * ldmain.c (multiple_definition): Only skip the warning if the
+ output section is absolute when the input section is not
+ absolute.
+
+ * ldlex.l: Accept whitespace in VERS_START state. Warn about
+ invalid characters in VERS_* states.
+
+Tue Mar 11 13:51:31 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Don't let a
+ trailing space lead us to think that there is a zero address.
+
Sun Mar 9 23:06:35 1997 Eric Youngdale <eric@andante.jic.com>
* ldgram.y (vers_node): Correct typo of '(' for '{'.