aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-30 03:41:50 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-30 03:41:50 +0000
commitdd4219176d400f71f4eca90e20cd77b30eb592eb (patch)
tree406927205339721dd3ea26d3db1118bae2655099
parent54f16fc4bb74dbcaf6e77c340a1ae8bb9bf0c2f0 (diff)
downloadfsf-binutils-gdb-dd4219176d400f71f4eca90e20cd77b30eb592eb.zip
fsf-binutils-gdb-dd4219176d400f71f4eca90e20cd77b30eb592eb.tar.gz
fsf-binutils-gdb-dd4219176d400f71f4eca90e20cd77b30eb592eb.tar.bz2
* elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't move a
symbol with a PLT entry into the .plt section if it is defined in a regular file. * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b42d6cf..b092442 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
Sat Oct 29 12:18:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't move a
+ symbol with a PLT entry into the .plt section if it is defined in
+ a regular file.
+ * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+
* linker.c (_bfd_generic_link_add_archive_symbols): It's not an
error if an empty archive has no symbol table.
* ecoff.c (ecoff_link_add_archive_symbols): Likewise.