Fix PR14909 by reducing the paranoia in locating the assocaueted HI16S reloc

of a LO16 reloc.
This commit is contained in:
Nick Clifton 1998-02-10 23:40:20 +00:00
parent 8be4a8f74c
commit 9cca77627b

View File

@ -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>