aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-12-30 09:48:42 +0000
committerIan Lance Taylor <ian@airs.com>1997-12-30 09:48:42 +0000
commit47d9c13912f81976fddb4a626d006183314ffb93 (patch)
tree186431502c268171e425a9b4346b25495cd91b60 /bfd
parent7e9576e098e8f293a9bc9d53da7cda4335aa7d0f (diff)
downloadgdb-47d9c13912f81976fddb4a626d006183314ffb93.zip
gdb-47d9c13912f81976fddb4a626d006183314ffb93.tar.gz
gdb-47d9c13912f81976fddb4a626d006183314ffb93.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a7cad44..22617aa 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>: