From cf9fb9f2432620774e5d9b311ea54897f607e035 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor <ian@airs.com> Date: Tue, 11 Jul 1995 19:24:46 +0000 Subject: * 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. (bfd_elf64_swap_symbol_out): Likewise. * elfcode.h (elf_swap_symbol_out): Change type of cdst from char * to PTR. * elf.c (swap_out_syms): Cast to PTR, not char *, when calling swap_symbol_out routine. * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Likewise. (elf_link_output_sym): Likewise. (elf_link_output_extsym): Likewise. * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Likewise. --- bfd/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9168147..1edcab8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Tue Jul 11 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com> + + * 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. + (bfd_elf64_swap_symbol_out): Likewise. + * elfcode.h (elf_swap_symbol_out): Change type of cdst from char * + to PTR. + * elf.c (swap_out_syms): Cast to PTR, not char *, when calling + swap_symbol_out routine. + * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Likewise. + (elf_link_output_sym): Likewise. + (elf_link_output_extsym): Likewise. + * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Likewise. + Tue Jul 11 12:29:49 1995 Rick Sladkey <jrs@world.std.com> * elf.c (_bfd_elf_find_nearest_line): Handle the simple case where -- cgit v1.1