From b2bcf39ca27a8f805765c3fd852de59dfae1388a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 11 Oct 1994 21:40:54 +0000 Subject: [PATCH] Tue Oct 11 13:57:56 1994 Eric Youngdale (eric@andante.aib.com) * elf32-i386.c (elf_i386_check_relocs): Make sure that a symbol with a global offset table entry or a procedure linkage table entry is added to the dynamic symbol table. * elf32-sparc.c (elf32_sparc_check_relocs): Likewise. * elf32-i386.c (elf_i386_adjust_dynamic_symbol): If a symbol has already gotten a procedure linkage table entry, change the definition to the PLT entry. * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise. --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9fa5342d0..857b2afc0c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Tue Oct 11 13:57:56 1994 Eric Youngdale (eric@andante.aib.com) + + * elf32-i386.c (elf_i386_check_relocs): Make sure that a symbol + with a global offset table entry or a procedure linkage table + entry is added to the dynamic symbol table. + * elf32-sparc.c (elf32_sparc_check_relocs): Likewise. + * elf32-i386.c (elf_i386_adjust_dynamic_symbol): If a symbol has + already gotten a procedure linkage table entry, change the + definition to the PLT entry. + * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise. + Tue Oct 11 17:12:00 1994 Ian Lance Taylor * lynx-core.c (lynx_core_file_p): SPARC Lynx appears to start