More filename renaming.
authorSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 07:11:25 +0000 (07:11 +0000)
committerSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 07:11:25 +0000 (07:11 +0000)
gas/config/h8300.mt
gas/config/m68k.mt
gas/config/obj-coff-bfd.h
gas/config/tc-a29k.c

index f58ab63ec41bc74812bb9ab6582188505655483c..d968db2fe67e2fd38e6961c874b33938c07f3d41 100644 (file)
@@ -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
 
index bcae8c283d1fb3fb9158b645a68d8af801a15709..ab14949a41d8823d2365cc676d97f5626fc1c206 100644 (file)
@@ -1 +1 @@
-TARG_CPU_DEPENDENTS=$(srcdir)/../include/m68k-opcode.h
+TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/m68k.h
index dc8e3fdece7e276e0f2dbac3b27752d13f2a4752..087bbe04e6295c3f7da47366c90616c93df8f408 100755 (executable)
@@ -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
index 57e826d1375f1999e507fe59760a87f3da988fc8..a00af02fbffc66b20cda6c40038a16df4cca7e91 100644 (file)
@@ -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
This page took 0.026742 seconds and 4 git commands to generate.