diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
commit | 833c46e1fb582eab40e4bb67cc7ab1b6753bd370 (patch) | |
tree | c543789f12a060862b516829320fb2b258f335ab /gas/config | |
parent | 78dace0a00a35fae78007b15e659fe40f9ad63d1 (diff) | |
download | gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.zip gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.gz gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.bz2 |
Move cpu-specific dependencies into Makefile.in, instead of having sometimes
multiple copies in config/*.mt. Select between several make variables with
autoconf substitution of cpu_type into a variable name reference.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 10 | ||||
-rw-r--r-- | gas/config/arc.mt | 1 | ||||
-rw-r--r-- | gas/config/h8300.mt | 1 | ||||
-rw-r--r-- | gas/config/h8500.mt | 1 | ||||
-rw-r--r-- | gas/config/i386coff.mt | 1 | ||||
-rw-r--r-- | gas/config/m68k.mt | 1 | ||||
-rw-r--r-- | gas/config/m68kcoff.mt | 1 | ||||
-rw-r--r-- | gas/config/m88kcoff.mt | 1 | ||||
-rw-r--r-- | gas/config/mips-big.mt | 1 | ||||
-rw-r--r-- | gas/config/mips-lit.mt | 1 | ||||
-rw-r--r-- | gas/config/rce.mt | 1 | ||||
-rw-r--r-- | gas/config/sh.mt | 1 | ||||
-rwxr-xr-x | gas/config/w65.mt | 2 | ||||
-rw-r--r-- | gas/config/z8k.mt | 2 |
14 files changed, 2 insertions, 23 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index bf15102..20282ec 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -15,7 +15,7 @@ Do-first: -rce_files="tc-rce.c tc-rce.h rce.mt" +rce_files="tc-rce.c tc-rce.h" if ( echo $* | grep keep\-rce > /dev/null ) ; then keep_these_too="${rce_files} ${keep_these_too}" @@ -23,7 +23,7 @@ else lose_these_too="${rce_files} ${lose_these_too}" fi -arc_files="tc-arc.c tc-arc.h arc.mt" +arc_files="tc-arc.c tc-arc.h" if ( echo $* | grep keep\-arc > /dev/null ) ; then keep_these_too="${arc_files} ${keep_these_too}" @@ -45,10 +45,7 @@ atof-ieee.c atof-tahoe.c atof-vax.c go32.cfg -h8300.mt -h8500.mt i386coff.mt -m68k.mt m68kcoff.mt m88k-opcode.h m88kcoff.mt @@ -74,7 +71,6 @@ obj-som.c obj-som.h obj-vms.c obj-vms.h -sh.mt tc-a29k.c tc-a29k.h tc-alpha.c @@ -139,8 +135,6 @@ te-sun3.h te-sysv32.h vax-inst.h vms-conf.h -w65.mt -z8k.mt Things-to-lose: diff --git a/gas/config/arc.mt b/gas/config/arc.mt deleted file mode 100644 index a3b853f..0000000 --- a/gas/config/arc.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/arc.h diff --git a/gas/config/h8300.mt b/gas/config/h8300.mt deleted file mode 100644 index b45ae58..0000000 --- a/gas/config/h8300.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/h8300.h diff --git a/gas/config/h8500.mt b/gas/config/h8500.mt deleted file mode 100644 index 6bd5464..0000000 --- a/gas/config/h8500.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/h8500-opc.h diff --git a/gas/config/i386coff.mt b/gas/config/i386coff.mt index f44b9a4..efda833 100644 --- a/gas/config/i386coff.mt +++ b/gas/config/i386coff.mt @@ -1,2 +1 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/i386.h TDEFINES=-DI386COFF diff --git a/gas/config/m68k.mt b/gas/config/m68k.mt deleted file mode 100644 index ab14949..0000000 --- a/gas/config/m68k.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/m68k.h diff --git a/gas/config/m68kcoff.mt b/gas/config/m68kcoff.mt index 79bcbfe..0d07eb1 100644 --- a/gas/config/m68kcoff.mt +++ b/gas/config/m68kcoff.mt @@ -1,2 +1 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/m68k.h TDEFINES=-DM68KCOFF diff --git a/gas/config/m88kcoff.mt b/gas/config/m88kcoff.mt index 3733266..474f6a0 100644 --- a/gas/config/m88kcoff.mt +++ b/gas/config/m88kcoff.mt @@ -1,2 +1 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/config/m88k-opcode.h TDEFINES=-DM88KCOFF diff --git a/gas/config/mips-big.mt b/gas/config/mips-big.mt index a26f484..31e773a 100644 --- a/gas/config/mips-big.mt +++ b/gas/config/mips-big.mt @@ -1,2 +1 @@ TDEFINES=-DTARGET_BYTES_BIG_ENDIAN -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/mips.h diff --git a/gas/config/mips-lit.mt b/gas/config/mips-lit.mt index 9faa183..9e240e8 100644 --- a/gas/config/mips-lit.mt +++ b/gas/config/mips-lit.mt @@ -1,2 +1 @@ TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN -TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/mips.h diff --git a/gas/config/rce.mt b/gas/config/rce.mt deleted file mode 100644 index 5c82ab4..0000000 --- a/gas/config/rce.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/rce-opc.h diff --git a/gas/config/sh.mt b/gas/config/sh.mt deleted file mode 100644 index 718f034..0000000 --- a/gas/config/sh.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/sh-opc.h diff --git a/gas/config/w65.mt b/gas/config/w65.mt deleted file mode 100755 index b39faae..0000000 --- a/gas/config/w65.mt +++ /dev/null @@ -1,2 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/w65-opc.h - diff --git a/gas/config/z8k.mt b/gas/config/z8k.mt deleted file mode 100644 index 6791fec..0000000 --- a/gas/config/z8k.mt +++ /dev/null @@ -1,2 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/z8k-opc.h -#TDEFINES=-DSINGLE_QUOTE_STRINGS |