diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-13 02:34:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-13 02:34:33 +0000 |
commit | d7339c87a6939d650500156bd77e660abb19c0a3 (patch) | |
tree | cc31c4f181a61bdf8825ab5b31573736d3ee994b /ld/ChangeLog | |
parent | 0ade484f982a4d2528c341e48a7ff90ca14d06da (diff) | |
download | gdb-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/ChangeLog | 14 |
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 '{'. |