(elf_i386_relocate_section): A pc-relative relocation against a

now-local symbol should not have a dynamic relocation.
This commit is contained in:
Ulrich Drepper
1998-02-23 23:58:16 +00:00
parent 34e2f57412
commit b35d842de7

View File

@ -1,3 +1,9 @@
1998-02-23 15:53 Richard Henderson <rth@cygnus.com>
* elf32-i386.c (elf_i386_relocate_section): A pc-relative
relocation against a now-local symbol should not have a dynamic
relocation.
Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
* peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
@ -8,8 +14,8 @@ Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
* elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
a plt entry when we can determine that we authoritatively define
the symbol.
a plt entry when we can determine that we authoritatively define
the symbol.
Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>