From a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sun, 1 Dec 1991 07:11:25 +0000 Subject: [PATCH] More filename renaming. --- gas/config/h8300.mt | 2 +- gas/config/m68k.mt | 2 +- gas/config/obj-coff-bfd.h | 6 +++--- gas/config/tc-a29k.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gas/config/h8300.mt b/gas/config/h8300.mt index f58ab63ec4..d968db2fe6 100644 --- a/gas/config/h8300.mt +++ b/gas/config/h8300.mt @@ -1,4 +1,4 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/h8300-opcode.h +TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/h8300.h LOCAL_LOADLIBES=$(srcdir)/../bfd/$(srcdir)/libbfd.a TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD diff --git a/gas/config/m68k.mt b/gas/config/m68k.mt index bcae8c283d..ab14949a41 100644 --- a/gas/config/m68k.mt +++ b/gas/config/m68k.mt @@ -1 +1 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/m68k-opcode.h +TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/m68k.h diff --git a/gas/config/obj-coff-bfd.h b/gas/config/obj-coff-bfd.h index dc8e3fdece..087bbe04e6 100755 --- a/gas/config/obj-coff-bfd.h +++ b/gas/config/obj-coff-bfd.h @@ -32,14 +32,14 @@ extern bfd *stdoutput; bfd internal coff headerfile. */ #define internal_lineno bfd_internal_lineno -#include "internalcoff.h" +#include "coff/internal.h" #undef internal_lineno #if defined(TC_H8300) -#include "coff-h8300.h" +#include "coff/h8300.h" #define TARGET_FORMAT "coff-h8300" #elif defined(TC_A29K) -#include "coff-a29k.h" +#include "coff/a29k.h" #define TARGET_FORMAT "coff-a29k-big" #else help me diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 57e826d137..a00af02fbf 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "as.h" -#include "a29k-opcode.h" +#include "opcode/a29k.h" /* Make it easier to clone this machine desc into another one. */ #define machine_opcode a29k_opcode -- 2.34.1