summaryrefslogtreecommitdiff
path: root/gdb/config/sh
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-01-30 23:37:07 +0000
committerJ.T. Conklin <jtc@redback.com>2001-01-30 23:37:07 +0000
commit170b41d986a2de45f36ad9a7f9859142d3c9f307 (patch)
tree6a396919b6fa82e9dd6ab1ae42d6708e15f5343d /gdb/config/sh
parentd4f569b8bb4a66f9c17665c19be55e0068ea4858 (diff)
downloadgdb-170b41d986a2de45f36ad9a7f9859142d3c9f307.tar.gz
* configure/sh/embed.mt: New file.
* configure/sh/linux.mt: New file. * configure/sh/sh.mt: Removed. * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets. (sh-*-*): Removed.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r--gdb/config/sh/embed.mt6
-rw-r--r--gdb/config/sh/linux.mt (renamed from gdb/config/sh/sh.mt)2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt
new file mode 100644
index 00000000000..0f37e43d915
--- /dev/null
+++ b/gdb/config/sh/embed.mt
@@ -0,0 +1,6 @@
+# Target: Embedded Hitachi Super-H with ICE and simulator
+TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o
+TM_FILE= tm-sh.h
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/sh/libsim.a
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/linux.mt
index 25540b303c9..06534323a2b 100644
--- a/gdb/config/sh/sh.mt
+++ b/gdb/config/sh/linux.mt
@@ -1,4 +1,4 @@
-# Target: Hitachi Super-H with ICE and simulator
+# Target: Hitachi Super-H running GNU/Linux
TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o
TM_FILE= tm-linux.h