aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-08 15:29:36 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-08 15:29:36 +0000
commit13a38d4599fb310f85991d93967759d2d8c6f9c1 (patch)
treeea9c9f2814012194b3719a338050bf4fc5e4adb4 /gdb/configure.tgt
parentd658f92455f2ea77eb2c9723ecfbc235c40df6c0 (diff)
downloadgdb-13a38d4599fb310f85991d93967759d2d8c6f9c1.zip
gdb-13a38d4599fb310f85991d93967759d2d8c6f9c1.tar.gz
gdb-13a38d4599fb310f85991d93967759d2d8c6f9c1.tar.bz2
* NEWS: Note new sh*-*-netbsdelf* configuration.
* configure.host: Set gdb_host_cpu to sh for all sh*. (sh*-*-netbsdelf*): New host. * configure.tgt: Set gdb_target_cpu to sh for all sh*. (sh*-*-netbsdelf*): New target. * sh-nbsd-nat.c: New file. * sh-nbsd-tdep.c: New file. * sh-nbsd-tdep.h: New file. * config/sh/nbsd.mh: New file. * config/sh/nbsd.mt: New file. * config/sh/nm-nbsd.h: New file. * config/sh/tm-nbsd.h: New file.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 9b35547..7a9a3ac 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -25,6 +25,7 @@ powerpc*) gdb_target_cpu=powerpc ;;
sparc*) gdb_target_cpu=sparc ;;
thumb*) gdb_target_cpu=arm ;;
s390*) gdb_target_cpu=s390 ;;
+sh*) gdb_target_cpu=sh ;;
strongarm*) gdb_target_cpu=arm ;;
xscale*) gdb_target_cpu=arm ;;
v850*) gdb_target_cpu=v850 ;;
@@ -252,6 +253,7 @@ sh-*-elf*) gdb_target=embed ;;
sh-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
+sh*-*-netbsdelf*) gdb_target=nbsd ;;
sparc-*-aout*) gdb_target=sparc-em ;;
sparc-*-coff*) gdb_target=sparc-em ;;