diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-06-19 19:57:39 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-06-19 19:57:39 +0000 |
commit | 429d935daaf8b8bd56656d15801b6b61412eca3d (patch) | |
tree | 47d10b974c485920f171c3032efbe22140c086c1 /ld/ChangeLog | |
parent | 105e7211d32ae94f38778eeaa735c8965eade1b3 (diff) | |
download | gdb-429d935daaf8b8bd56656d15801b6b61412eca3d.zip gdb-429d935daaf8b8bd56656d15801b6b61412eca3d.tar.gz gdb-429d935daaf8b8bd56656d15801b6b61412eca3d.tar.bz2 |
* ldlang.c (lang_check): Emit fatal error if relocatable link
between different object flavours with relocations in input.
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 9810435..9858969 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-06-19 Hans-Peter Nilsson <hp@axis.com> + + * ldlang.c (lang_check): Emit fatal error if relocatable link + between different object flavours with relocations in input. + 2001-06-19 H.J. Lu <hjl@gnu.org> * ld.texinfo (-E, --export-dynamic): Mention --version-script. |