From: J.T. Conklin Date: Tue, 30 Jan 2001 23:37:07 +0000 (+0000) Subject: * configure/sh/embed.mt: New file. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=10214f55f89afdbd74a166143c1e6c0e43bac839;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2466f9f9e..8974b8eec6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2001-01-30 J.T. Conklin + + * 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 * 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 index 0000000000..0f37e43d91 --- /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/linux.mt b/gdb/config/sh/linux.mt new file mode 100644 index 0000000000..06534323a2 --- /dev/null +++ b/gdb/config/sh/linux.mt @@ -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 index 25540b303c..0000000000 --- a/gdb/config/sh/sh.mt +++ /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 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index e1133fc168..d9c073bf63 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 ;;