summaryrefslogtreecommitdiff
path: root/gdb/configure.host
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
commitafb1028960838736871e1e8ce6d3f8cf73b52d08 (patch)
tree99c450e8f29d8bbe76c851348dbef2fffd285857 /gdb/configure.host
parent8aef6ba894fe3c59144ba6c279c2f962a754b078 (diff)
downloadgdb-afb1028960838736871e1e8ce6d3f8cf73b52d08.tar.gz
* 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.host')
-rw-r--r--gdb/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 0c26ac0d79b..511ea76f275 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -20,6 +20,7 @@ mips*) gdb_host_cpu=mips ;;
powerpc*) gdb_host_cpu=powerpc ;;
sparcv9 | sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
+sh*) gdb_host_cpu=sh ;;
x86_64*) gdb_host_cpu=i386 ;;
*) gdb_host_cpu=$host_cpu ;;
@@ -136,6 +137,8 @@ rs6000-*-*) gdb_host=rs6000 ;;
s390*-*-*) gdb_host=s390 ;;
+sh*-*-netbsdelf*) gdb_host=nbsd ;;
+
sparc-*-linux*) gdb_host=linux ;;
sparc-*-lynxos*) gdb_host=sparclynx ;;
sparc-*-netbsdelf*) gdb_host=nbsdelf ;;