diff options
author | Nick Clifton <nickc@redhat.com> | 2002-10-07 16:08:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-10-07 16:08:21 +0000 |
commit | 53b2a62f073cd4a0ce2dbf991c06684a982f8726 (patch) | |
tree | 707de109a1db6962f2d6279dfc4132b0d6f63da3 /ld/ChangeLog | |
parent | a6b511bd9eef2f0ee3a91cb6c812fa6aa4d14bf8 (diff) | |
download | binutils-gdb-53b2a62f073cd4a0ce2dbf991c06684a982f8726.tar.gz |
Abort if the filename to be added matches the linker output filename.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ca7506a24e7..7961079ad28 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2002-10-05 Elias Athanasopoulos <eathan@otenet.gr> + + * ldlang.c (lang_file_exist): New function. + (new_afile): Abort if the filename to be added matches the linker + output filename. + * ldlang.h: Add prototype for lang_file_exist. + * lexsup.c (parse_args): Abort if the output filename matches + one of the input filenames. + 2002-10-02 Alan Modra <amodra@bigpond.net.au> * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000. |