diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:11:25 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:11:25 +0000 |
commit | a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca (patch) | |
tree | f183a711cf51bd07eb5b6a7815c8bc9c8d351b43 /gas | |
parent | af483be83757b982bbb680c39a25ff18d86e2204 (diff) | |
download | gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.zip gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.tar.gz gdb-a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca.tar.bz2 |
More filename renaming.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/h8300.mt | 2 | ||||
-rw-r--r-- | gas/config/m68k.mt | 2 | ||||
-rwxr-xr-x | gas/config/obj-coff-bfd.h | 6 | ||||
-rw-r--r-- | 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 f58ab63..d968db2 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 bcae8c2..ab14949 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 dc8e3fd..087bbe0 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 57e826d..a00af02 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 |