projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be4a8f
)
Fix PR14909 by reducing the paranoia in locating the assocaueted HI16S reloc
author
Nick Clifton
<nickc@redhat.com>
Tue, 10 Feb 1998 23:40:20 +0000
(23:40 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 10 Feb 1998 23:40:20 +0000
(23:40 +0000)
of a LO16 reloc.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index d5cf999a6b23890046d8e4d2506919e71cadbb97..16a3c963fa7378e8adc126a72306d574021ddefe 100644
(file)
--- 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>