Mon Jun 16 14:42:14 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
authorIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 18:45:30 +0000 (18:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 18:45:30 +0000 (18:45 +0000)
commitfdc944a7fbc28c1050c108ea4dac6e1a7a3fb173
tree03a99255318a5c5b4a5f6e9e594c5a27c0bd9b4a
parentc19fbe0f575f18abe9fefb471cbd2d6d3bc9ed09
Mon Jun 16 14:42:14 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* elfcode.h (put_signed_word): Define.
(get_signed_word): Define.
(elf_swap_reloca_in): Use get_signed_word for the r_addend field.
(elf_swap_reloca_out): Use put_signed_word for the r_addend
field.
* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Use
bfd_get_signed_32 to set the r_addend field.
* elf64-mips.c (mips_elf64_swap_reloca_in): Use
bfd_h_get_signed_64 to set the r_addend field.
bfd/ChangeLog
bfd/elf32-m68k.c