diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:13:26 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:22 +0930 |
commit | 0ba9378a2ad073524f20e9637dac8369ef06c639 (patch) | |
tree | 76d22b93f35e98e4321b67d8fb8f6d9d394c585a /bfd/elfxx-mips.c | |
parent | 0b4453c791106ab62011b59f97611f9ff21cda9f (diff) | |
download | gdb-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/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 496e42e..3462c8b 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -33,6 +33,7 @@ #include "libbfd.h" #include "libiberty.h" #include "elf-bfd.h" +#include "ecoff-bfd.h" #include "elfxx-mips.h" #include "elf/mips.h" #include "elf-vxworks.h" |