* config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
authorIan Lance Taylor <ian@airs.com>
Mon, 4 May 1998 20:16:35 +0000 (20:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 4 May 1998 20:16:35 +0000 (20:16 +0000)
commit3ccd41aef95a72953a7a1448fc8eb87ce8aafc1e
tree1ea2166ca8818e838afbb4f022f1780b90c6298d
parentffab7b455152f487dcf306015bb99a188033b6f8
* config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
don't adjust a PC relative reloc against an externally visible
symbol.
* config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
for a PC relative fixup against an externally visible defined
symbol, arrange to store object file and addend values as though
the symbol were not defined.
(tc_gen_reloc): Likewise.
gas/ChangeLog