aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-09-02 16:41:28 +0000
committerIan Lance Taylor <ian@airs.com>1996-09-02 16:41:28 +0000
commit01d34e4be392184ea57d7539d9cde322ba35a2c9 (patch)
treeec04d5110f252402c139851c5c9fd1b5007f1a09 /opcodes
parentb5ef63c4fc8ee3fb59e84aa055d98da715c96842 (diff)
downloadgdb-01d34e4be392184ea57d7539d9cde322ba35a2c9.zip
gdb-01d34e4be392184ea57d7539d9cde322ba35a2c9.tar.gz
gdb-01d34e4be392184ea57d7539d9cde322ba35a2c9.tar.bz2
file was really removed a long time ago
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/mpw-config.in27
-rw-r--r--opcodes/mpw-xconfig.in5
2 files changed, 0 insertions, 32 deletions
diff --git a/opcodes/mpw-config.in b/opcodes/mpw-config.in
deleted file mode 100644
index ff9be9d..0000000
--- a/opcodes/mpw-config.in
+++ /dev/null
@@ -1,27 +0,0 @@
-# Configuration fragment for opcodes.
-
-Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
-
-Set archname ARCH_{target_arch}
-
-If "{target_arch}" =~ /m68k/
- Set BFD_MACHINES '"{o}"m68k-dis.c.o "{o}"m68k-opc.c.o'
-Else If "{target_arch}" =~ /powerpc/
- Set BFD_MACHINES '"{o}"ppc-dis.c.o "{o}"ppc-opc.c.o'
-Else If "{target_arch}" =~ /i386/
- Set BFD_MACHINES '"{o}"i386-dis.c.o'
-Else If "{target_arch}" =~ /mips/
- Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
-Else If "{target_arch}" =~ /sh/
- Set BFD_MACHINES '"{o}"sh-dis.c.o'
-End If
-
-Echo '# Start from mpw-config.in' > "{o}"mk.tmp
-Echo "BFD_MACHINES = " {BFD_MACHINES} >> "{o}"mk.tmp
-Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp
-Echo '# End from mpw-config.in' >> "{o}"mk.tmp
-
-Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
-Echo '#include "mpw.h"' >> "{o}"config.new
-
-MoveIfChange "{o}"config.new "{o}"config.h
diff --git a/opcodes/mpw-xconfig.in b/opcodes/mpw-xconfig.in
deleted file mode 100644
index c162d66..0000000
--- a/opcodes/mpw-xconfig.in
+++ /dev/null
@@ -1,5 +0,0 @@
-# Extra configuration fragment for opcodes.
-
-If "{target_canonical}" =~ /mips-idt-ecoff/
- Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
-End If