aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-02-10 23:40:20 +0000
committerNick Clifton <nickc@redhat.com>1998-02-10 23:40:20 +0000
commit9cca77627b0421ce97e4682ba38a7b0277c49c42 (patch)
treeedbcf8b9e5934811b21e9f90f81a6fbb9a7a151e /bfd
parent8be4a8f74c1d7085d80cca56af3fa712b0c45f5c (diff)
downloadbinutils-9cca77627b0421ce97e4682ba38a7b0277c49c42.zip
binutils-9cca77627b0421ce97e4682ba38a7b0277c49c42.tar.gz
binutils-9cca77627b0421ce97e4682ba38a7b0277c49c42.tar.bz2
Fix PR14909 by reducing the paranoia in locating the assocaueted HI16S reloc
of a LO16 reloc.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d5cf999..16a3c96 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
+
+ * elf32-v850.c (remember_hi16s_reloc): New function.
+ (find_remembered_hi16s_reloc): New function.
+ (v850_elf_store_addend_in_insn): Use the above new functions to
+ match up HI6S relocs with LO16 relocs.
+
start-sanitize-sky
Tue Feb 10 13:25:14 1998 Doug Evans <devans@canuck.cygnus.com>