* elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't

allocate space for a PC relative reloc against a symbol which is
	defined in a regular file.
	(elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
	relative reloc against a symbol which is defined in a regular
	file.
This commit is contained in:
Ian Lance Taylor 1997-12-30 09:48:42 +00:00
parent 7e9576e098
commit 47d9c13912
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Tue Dec 30 12:45:18 1997 Ian Lance Taylor <ian@cygnus.com>
* elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
allocate space for a PC relative reloc against a symbol which is
defined in a regular file.
(elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
relative reloc against a symbol which is defined in a regular
file.
Mon Dec 29 18:02:28 1997 Ian Lance Taylor <ian@cygnus.com>
From Jonathan Stone <jonathan@DSG.Stanford.EDU>: