diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-15 16:57:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-15 16:57:15 +0000 |
commit | de906b511e01f4538f5a07bb329a88431619425f (patch) | |
tree | 12cd76d113008c7a5f9c39d1d9d76bf6150b286b /bfd | |
parent | 82f14c545bddcc4aa286c4015f9216076f65e964 (diff) | |
download | gdb-de906b511e01f4538f5a07bb329a88431619425f.zip gdb-de906b511e01f4538f5a07bb329a88431619425f.tar.gz gdb-de906b511e01f4538f5a07bb329a88431619425f.tar.bz2 |
* libelf.h (bfd_elf32__write_relocs): Don't declare.
(bfd_elf64__write_relocs): Don't declare.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/libelf.h | 2 |
1 files changed, 0 insertions, 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 *)); |