From: David Edelsohn Date: Mon, 19 Feb 1996 10:58:20 +0000 (+0000) Subject: * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from X-Git-Tag: gdb-4_18~9261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b268e26104af0a1389b9cac623baca4d38044bd4;p=external%2Fbinutils.git * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from _bfd_sparc_elf_reloc_type_lookup. (bfd_elf32_bfd_reloc_type_lookup): Update. * elf64-sparc.c (SPARC64_OLD_RELOCS): Define. (sparc64_elf_howto_table): Define. (sparc_reloc_map): Define. (sparc64_elf_reloc_type_lookup): New function. (sparc_elf_wdisp16_reloc): New function. (elf_info_to_howto): Use sparc64_elf_howto_table. (sparc64_elf_relocate_section): Likewise. (bfd_elf64_bfd_reloc_type_lookup): Update. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9e39cc..6704c47 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Mon Feb 19 02:50:23 1996 Doug Evans + + * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from + _bfd_sparc_elf_reloc_type_lookup. + (bfd_elf32_bfd_reloc_type_lookup): Update. + * elf64-sparc.c (SPARC64_OLD_RELOCS): Define. + (sparc64_elf_howto_table): Define. + (sparc_reloc_map): Define. + (sparc64_elf_reloc_type_lookup): New function. + (sparc_elf_wdisp16_reloc): New function. + (elf_info_to_howto): Use sparc64_elf_howto_table. + (sparc64_elf_relocate_section): Likewise. + (bfd_elf64_bfd_reloc_type_lookup): Update. + Sun Feb 18 15:02:25 1996 Ian Lance Taylor * configure.host: Check for 'do not mix' from native linker before