From 0ba9378a2ad073524f20e9637dac8369ef06c639 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 23 Sep 2019 10:13:26 +0930 Subject: 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. --- gas/ChangeLog | 5 +++++ gas/config/obj-ecoff.c | 1 + gas/config/obj-elf.c | 1 + 3 files changed, 7 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index cab918a..764789b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2019-09-23 Alan Modra + * config/obj-ecoff.c: Include ecoff-bfd.h. + * config/obj-elf.c: Likewise. + +2019-09-23 Alan Modra + * config/tc-arm.c: Include cpu-arm.h. 2019-09-21 Alan Modra diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index a5616f3..d8e4f40 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -25,6 +25,7 @@ #include "coff/internal.h" #include "bfd/libcoff.h" #include "bfd/libecoff.h" +#include "bfd/ecoff-bfd.h" /* Almost all of the ECOFF support is actually in ecoff.c in the main gas directory. This file mostly just arranges to call that one at diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 5629358..ee93628 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -33,6 +33,7 @@ #ifdef NEED_ECOFF_DEBUG #include "ecoff.h" +#include "bfd/ecoff-bfd.h" #endif #ifdef TC_ALPHA -- cgit v1.1