diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-13 02:56:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-13 02:56:36 +0000 |
commit | 30cba02509c283d0307f9df3c89155e9d38c9737 (patch) | |
tree | 9f2c6f1f694d0a644e3295349bb60366b2e541c7 /ld/ChangeLog | |
parent | 4ddafab0a6fa8c3069d0b323359bf20d3b390e46 (diff) | |
download | gdb-30cba02509c283d0307f9df3c89155e9d38c9737.zip gdb-30cba02509c283d0307f9df3c89155e9d38c9737.tar.gz gdb-30cba02509c283d0307f9df3c89155e9d38c9737.tar.bz2 |
* ldlang.c (lang_check): Do relocatable link checks first, so that
warn_mismatch can't override. Check compatible and word size too.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 78ae53e..db8002a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-03-13 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (lang_check): Do relocatable link checks first, so that + warn_mismatch can't override. Check compatible and word size too. + 2002-03-07 Daniel Jacobowitz <drow@mvista.com> * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo. |