From 0c83546ac6ce48331e66584c9119fe258d0d1bfc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 8 Jul 2003 08:08:00 +0000 Subject: * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format. * elfcore.h (elf_core_file_p): Likewise. * section.c (bfd_section_init): Remove prototype. --- bfd/section.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bfd/section.c') diff --git a/bfd/section.c b/bfd/section.c index 020ab01..aaeb0ef 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -705,8 +705,6 @@ bfd_section_hash_newfunc (struct bfd_hash_entry *entry, /* Initializes a new section. NEWSECT->NAME is already set. */ -static asection *bfd_section_init PARAMS ((bfd *, asection *)); - static asection * bfd_section_init (bfd *abfd, asection *newsect) { -- cgit v1.1