diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-11 20:16:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-11 20:16:48 +0000 |
commit | 18bf5d5f2f8153ce60d955c2f5fca89016f6f3f7 (patch) | |
tree | ca3e79ee7f30c38bff30730d85a82f372a769136 /bfd | |
parent | cf9fb9f2432620774e5d9b311ea54897f607e035 (diff) | |
download | gdb-18bf5d5f2f8153ce60d955c2f5fca89016f6f3f7.zip gdb-18bf5d5f2f8153ce60d955c2f5fca89016f6f3f7.tar.gz gdb-18bf5d5f2f8153ce60d955c2f5fca89016f6f3f7.tar.bz2 |
* elf64-sparc.c (elf_sparc_howto_table): Set howto for WDISP16 to
elf64_wdisp16_reloc.
(elf64_wdisp16_reloc): New static function.
(elf64_sparc_relocate_section): New static function.
(elf_backend_relocate_section): Define.
PR 7333.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1edcab8..0d8d59c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Tue Jul 11 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com> + * elf64-sparc.c (elf_sparc_howto_table): Set howto for WDISP16 to + elf64_wdisp16_reloc. + (elf64_wdisp16_reloc): New static function. + (elf64_sparc_relocate_section): New static function. + (elf_backend_relocate_section): Define. + * libelf.h (struct elf_size_info): Change type of last argument to swap_symbol_out from char * to PTR. (bfd_elf32_swap_symbol_out): Update declaration. |