* bout.c (calljx_callback, callj_callback): Use get_value to get
authorIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 1994 18:05:08 +0000 (18:05 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 1994 18:05:08 +0000 (18:05 +0000)
commit1cedfe034eb580c808c1d580063843fabcb6d879
tree1cd44463c694057c3319a232026074dc3050aa8c
parent755f42fe99bf0e0da7aa866f348f69aac49e2ac7
* bout.c (calljx_callback, callj_callback): Use get_value to get
the symbol value and check for undefined symbols.
(get_value): If the symbol is undefined, look it up in the linker
hash table.
(b_out_get_relocated_section_contents): For PCREL24 and PCREL13
use get_value to get the symbol value and check for undefined
symbols.
* reloc16.c (bfd_coff_reloc16_get_value): If the symbol is
undefined, look it up in the linker hash table.
bfd/ChangeLog
bfd/bout.c
bfd/reloc16.c