* config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
authorIan Lance Taylor <ian@airs.com>
Mon, 19 Feb 1996 19:29:17 +0000 (19:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 19 Feb 1996 19:29:17 +0000 (19:29 +0000)
commit21965655ed7206aad6ade08b05d981a65b228bd3
tree6123c825d78c15fae4c389de2ac884570b2a52d0
parent7b61165adc2320861508c3d9913802539ee9173f
* config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
well as S_IS_EXTERNAL.
(tc_fix_adjustable): Likewise.
* config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
early.
(tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
gas/ChangeLog
gas/config/tc-sparc.c