diff options
author | Nick Clifton <nickc@redhat.com> | 2020-03-26 10:46:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-03-26 10:46:25 +0000 |
commit | aa49fc22c13a685452a2073e252d8b34ecbcc012 (patch) | |
tree | 929f3dc24df92058ca83cd4368af2aa5f692ed19 /bfd/libbfd.h | |
parent | 832a580781060f54731fcf654d76ac1332037a47 (diff) | |
download | gdb-aa49fc22c13a685452a2073e252d8b34ecbcc012.zip gdb-aa49fc22c13a685452a2073e252d8b34ecbcc012.tar.gz gdb-aa49fc22c13a685452a2073e252d8b34ecbcc012.tar.bz2 |
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.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index fc8b81c..348ccfd 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -859,11 +859,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. */ |