aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-04 21:10:49 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-04 21:10:49 +0000
commitf3d491b171d8e30cd0b548c8f4380814435b8a8a (patch)
tree655fdc9b693612b0d69ebfffc17d4ce9af9c97bb
parent3ccd41aef95a72953a7a1448fc8eb87ce8aafc1e (diff)
downloadgdb-f3d491b171d8e30cd0b548c8f4380814435b8a8a.zip
gdb-f3d491b171d8e30cd0b548c8f4380814435b8a8a.tar.gz
gdb-f3d491b171d8e30cd0b548c8f4380814435b8a8a.tar.bz2
* config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
references to externally visible symbols. * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the values in twice for a PC relative reloc if the symbol is externally defined.
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d207e39..0a90c1a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
+ references to externally visible symbols.
+ * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
+ values in twice for a PC relative reloc if the symbol is
+ externally defined.
+
* config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
don't adjust a PC relative reloc against an externally visible
symbol.