From de906b511e01f4538f5a07bb329a88431619425f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Mar 1995 16:57:15 +0000 Subject: * libelf.h (bfd_elf32__write_relocs): Don't declare. (bfd_elf64__write_relocs): Don't declare. --- bfd/libelf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfd/libelf.h b/bfd/libelf.h index 93cfa5e..f945eec 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -587,7 +587,6 @@ extern boolean bfd_elf32_find_nearest_line PARAMS ((bfd *, asection *, CONST char **, unsigned int *)); extern int bfd_elf32_sizeof_headers PARAMS ((bfd *, boolean)); -extern void bfd_elf32__write_relocs PARAMS ((bfd *, asection *, PTR)); extern boolean bfd_elf32_new_section_hook PARAMS ((bfd *, asection *)); extern boolean bfd_elf32_bfd_link_add_symbols PARAMS ((bfd *, struct bfd_link_info *)); @@ -650,7 +649,6 @@ extern boolean bfd_elf64_find_nearest_line PARAMS ((bfd *, asection *, CONST char **, unsigned int *)); extern int bfd_elf64_sizeof_headers PARAMS ((bfd *, boolean)); -extern void bfd_elf64__write_relocs PARAMS ((bfd *, asection *, PTR)); extern boolean bfd_elf64_new_section_hook PARAMS ((bfd *, asection *)); extern boolean bfd_elf64_bfd_link_add_symbols PARAMS ((bfd *, struct bfd_link_info *)); -- cgit v1.1