Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.

* cofflink.c (bfd_coff_get_internal_extra_pe_aouthdr): Delete.
	* libbfd-in.h (bfd_coff_get_internal_extra_pe_aouthdr): Remove
	prototype.
	* libbfd.h: Regenerate.
This commit is contained in:
Nick Clifton
2020-03-26 10:46:25 +00:00
parent 832a580781
commit aa49fc22c1
4 changed files with 7 additions and 19 deletions

View File

@ -854,11 +854,6 @@ extern bfd_vma _bfd_get_gp_value
extern void _bfd_set_gp_value
(bfd *, bfd_vma) ATTRIBUTE_HIDDEN;
/* Provide access to the internal_extra_pe_aouthdr structure which
contains interesting information for PE format binaries. */
extern struct internal_extra_pe_aouthdr *
bfd_coff_get_internal_extra_pe_aouthdr (bfd *);
/* Function shared by the COFF and ELF SH backends, which have no
other common header files. */