aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-03-14 10:58:48 +0000
committerJohn Gilmore <gnu@cygnus>1993-03-14 10:58:48 +0000
commit48a522d968f8e0cbf8302b0d069095d2796d8dcf (patch)
tree9c0bd4044cc4f9b5ae11a38f640e862e4fec7508 /gdb/config
parent84a05e5253714e3943cd86a48e2f57d05a984f1a (diff)
downloadgdb-48a522d968f8e0cbf8302b0d069095d2796d8dcf.zip
gdb-48a522d968f8e0cbf8302b0d069095d2796d8dcf.tar.gz
gdb-48a522d968f8e0cbf8302b0d069095d2796d8dcf.tar.bz2
* configure.in (m68k-adobe-*): New config.
* tm-68k-nofp.h: New file, lacks 68881 support. * config/m68k-nofp.mt: New file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/m68k-nofp.mt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/m68k-nofp.mt b/gdb/config/m68k-nofp.mt
new file mode 100644
index 0000000..a2465bf
--- /dev/null
+++ b/gdb/config/m68k-nofp.mt
@@ -0,0 +1,3 @@
+# Target: Motorola 68xxx without floating point
+TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
+TM_FILE= tm-68k-nofp.h