From 3ccd41aef95a72953a7a1448fc8eb87ce8aafc1e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 May 1998 20:16:35 +0000 Subject: [PATCH] * 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index c3bc979c62a..d207e39b12c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Mon May 4 16:12:23 1998 Ian Lance Taylor + + * 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. + Thu Apr 30 13:09:39 1998 Fred Fish * read.c (sizeof_leb128): Referenced externally by write.c so -- 2.30.2