diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-30 23:37:07 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-30 23:37:07 +0000 |
commit | 10214f55f89afdbd74a166143c1e6c0e43bac839 (patch) | |
tree | 9252ac308a30887b1f20a66b6994ae0877a02d96 /gdb/config/sh | |
parent | de0492b6fb45b616d6a98c4b30475920359eef40 (diff) | |
download | gdb-10214f55f89afdbd74a166143c1e6c0e43bac839.zip gdb-10214f55f89afdbd74a166143c1e6c0e43bac839.tar.gz gdb-10214f55f89afdbd74a166143c1e6c0e43bac839.tar.bz2 |
* 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.mt | 6 | ||||
-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 0000000..0f37e43 --- /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 25540b3..0653432 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 |