aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:07:40 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commitaa739c59d3db95d1709b0417cdf7d082bfdea911 (patch)
treee463eadc08e91a56599e5aa3ae4b8b840dcf5766 /bfd/bfd-in.h
parentf37164d78b0d9600862b7038b896922127749b52 (diff)
downloadgdb-aa739c59d3db95d1709b0417cdf7d082bfdea911.zip
gdb-aa739c59d3db95d1709b0417cdf7d082bfdea911.tar.gz
gdb-aa739c59d3db95d1709b0417cdf7d082bfdea911.tar.bz2
coff bfd.h tidy
bfd/ * bfd-in.h: Delete coff forward refs and move coff declaration.. * coff-bfd.h: ..to here. * bfd-in2.h: Regenerate. binutils/ * dlltool.c: Include coff-bfd.h.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 124a0c2..a629a84 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -753,13 +753,3 @@ extern bfd_boolean bfd_xcoff_link_generate_rtinit
/* XCOFF support routines for ar. */
extern bfd_boolean bfd_xcoff_ar_archive_set_magic
(bfd *, char *);
-
-/* Externally visible COFF routines. */
-
-#if defined(__STDC__) || defined(ALMOST_STDC)
-struct internal_syment;
-union internal_auxent;
-#endif
-
-extern bfd_boolean bfd_coff_set_symbol_class
- (bfd *, struct bfd_symbol *, unsigned int);