* configure/sh/embed.mt: New file.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 30 Jan 2001 23:37:07 +0000 (23:37 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 30 Jan 2001 23:37:07 +0000 (23:37 +0000)
* 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.

gdb/ChangeLog
gdb/config/sh/embed.mt [new file with mode: 0644]
gdb/config/sh/linux.mt [new file with mode: 0644]
gdb/config/sh/sh.mt [deleted file]
gdb/configure.tgt

index e2466f9f9ed7217682e4d1a91f2f16db1d1aa10e..8974b8eec6a725a3e5de704a8e9955cb4ce47795 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-30  J.T. Conklin  <jtc@redback.com>
+
+       * 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.
+
 2001-01-29  Michael Chastain  <chastain@redhat.com>
 
        * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt
new file mode 100644 (file)
index 0000000..0f37e43
--- /dev/null
@@ -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/linux.mt b/gdb/config/sh/linux.mt
new file mode 100644 (file)
index 0000000..0653432
--- /dev/null
@@ -0,0 +1,6 @@
+# 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
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/sh/libsim.a
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt
deleted file mode 100644 (file)
index 25540b3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Target: Hitachi Super-H with ICE and simulator
-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
-
-SIM_OBS = remote-sim.o
-SIM = ../sim/sh/libsim.a
index e1133fc168a3a5163d62f05cb925c75b6a88efdf..d9c073bf63630a1acec47f8b41ed951aa67f699c 100644 (file)
@@ -263,7 +263,10 @@ rs6000-*-aix4*)            gdb_target=aix4 ;;
 rs6000-*-*)            gdb_target=rs6000 ;;
 
 sh*-*-pe)              gdb_target=wince ;;
-sh-*-*)                        gdb_target=sh ;;
+sh-*-hms)              gdb_target=embed ;;
+sh-*-coff*)            gdb_target=embed ;;
+sh-*-elf*)             gdb_target=embed ;;
+sh-*-linux*)           gdb_target=linux ;;
 
 sparc-*-aout*)         gdb_target=sparc-em ;;
 sparc-*-coff*)         gdb_target=sparc-em ;;
This page took 0.02608 seconds and 4 git commands to generate.