From: Ian Lance Taylor Date: Tue, 12 Jul 1994 16:13:05 +0000 (+0000) Subject: * libelf.h (bfd_elf32_swap_symbol_in): Declare. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=840846dac570db44115400dbc2cdcd28a21b5687;p=binutils-gdb.git * libelf.h (bfd_elf32_swap_symbol_in): Declare. (bfd_elf32_swap_symbol_out): Declare. (bfd_elf64_swap_symbol_in, bfd_elf64_swap_symbol_out): Declare. * elf32-hppa.c (elf32_hppa_args_hash_table_init): Correct cast. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6226f223d58..81eef4e7bfa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Tue Jul 12 11:41:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * libelf.h (bfd_elf32_swap_symbol_in): Declare. + (bfd_elf32_swap_symbol_out): Declare. + (bfd_elf64_swap_symbol_in, bfd_elf64_swap_symbol_out): Declare. + * elf32-hppa.c (elf32_hppa_args_hash_table_init): Correct cast. + * aout-encap.c (ARCH): Don't define. Obsolete. * aout0.c, aoutx.h, gen-aout.c, hp300bsd.c, hp300hpux.c: Likewise. * i386aout.c, i386bsd.c, i386dynix.c, i386linux.c: Likewise. diff --git a/bfd/libelf.h b/bfd/libelf.h index 14211814a68..748e4821373 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -529,6 +529,10 @@ extern boolean bfd_elf32_bfd_link_add_symbols extern boolean bfd_elf32_bfd_final_link PARAMS ((bfd *, struct bfd_link_info *)); +extern void bfd_elf32_swap_symbol_in + PARAMS ((bfd *, Elf32_External_Sym *, Elf_Internal_Sym *)); +extern void bfd_elf32_swap_symbol_out + PARAMS ((bfd *, Elf_Internal_Sym *, Elf32_External_Sym *)); extern void bfd_elf32_swap_reloc_in PARAMS ((bfd *, Elf32_External_Rel *, Elf_Internal_Rel *)); extern void bfd_elf32_swap_reloc_out @@ -586,6 +590,10 @@ extern boolean bfd_elf64_bfd_link_add_symbols extern boolean bfd_elf64_bfd_final_link PARAMS ((bfd *, struct bfd_link_info *)); +extern void bfd_elf64_swap_symbol_in + PARAMS ((bfd *, Elf64_External_Sym *, Elf_Internal_Sym *)); +extern void bfd_elf64_swap_symbol_out + PARAMS ((bfd *, Elf_Internal_Sym *, Elf64_External_Sym *)); extern void bfd_elf64_swap_reloc_in PARAMS ((bfd *, Elf64_External_Rel *, Elf_Internal_Rel *)); extern void bfd_elf64_swap_reloc_out