* libelf.h (struct elf_size_info): Change type of last argument to
authorIan Lance Taylor <ian@airs.com>
Tue, 11 Jul 1995 19:24:46 +0000 (19:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 11 Jul 1995 19:24:46 +0000 (19:24 +0000)
commitcf9fb9f2432620774e5d9b311ea54897f607e035
treeafaa1a25b56710160e72ed8cd4f3de8cbade6607
parent6804bd6c4c2e426a095b6df75b158ebf53c26e0c
* 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
bfd/elf.c
bfd/elflink.h
bfd/libelf.h
This page took 0.025728 seconds and 4 git commands to generate.