aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:13:26 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:22 +0930
commit0ba9378a2ad073524f20e9637dac8369ef06c639 (patch)
tree76d22b93f35e98e4321b67d8fb8f6d9d394c585a /bfd/ecoff.c
parent0b4453c791106ab62011b59f97611f9ff21cda9f (diff)
downloadgdb-0ba9378a2ad073524f20e9637dac8369ef06c639.zip
gdb-0ba9378a2ad073524f20e9637dac8369ef06c639.tar.gz
gdb-0ba9378a2ad073524f20e9637dac8369ef06c639.tar.bz2
ecoff bfd.h tidy
bfd/ * bfd-in.h: Move ecoff function declarations.. * ecoff-bfd.h: ..to here, new file. * ecoff.c: Include ecoff-bfd.h. * ecofflink.c: Likewise. * elf64-alpha.c: Likewise. * elfxx-mips.c: Likewise. * bfd-in2.h: Regenerate. gas/ * config/obj-ecoff.c: Include ecoff-bfd.h. * config/obj-elf.c: Likewise.
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r--bfd/ecoff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c
index 30adba0..be3d42e 100644
--- a/bfd/ecoff.c
+++ b/bfd/ecoff.c
@@ -24,6 +24,7 @@
#include "bfd.h"
#include "bfdlink.h"
#include "libbfd.h"
+#include "ecoff-bfd.h"
#include "aout/ar.h"
#include "aout/stab_gnu.h"