* 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.
This commit is contained in:
Alan Modra
2003-07-08 08:08:00 +00:00
parent 234d84da5b
commit 0c83546ac6
4 changed files with 16 additions and 16 deletions

View File

@@ -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)
{