diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-11 21:40:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-11 21:40:54 +0000 |
commit | b2bcf39ca27a8f805765c3fd852de59dfae1388a (patch) | |
tree | 72ac5340582dbede508e467692f6cfbae5b1c980 /bfd | |
parent | 9a406d86e9e782ec9968c7aed13a22ab23d75bdf (diff) | |
download | gdb-b2bcf39ca27a8f805765c3fd852de59dfae1388a.zip gdb-b2bcf39ca27a8f805765c3fd852de59dfae1388a.tar.gz gdb-b2bcf39ca27a8f805765c3fd852de59dfae1388a.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9fa534..857b2af 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 <ian@sanguine.cygnus.com> * lynx-core.c (lynx_core_file_p): SPARC Lynx appears to start |