aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-04-15 08:01:15 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-04-15 08:01:15 +0000
commitc30dc7000d08f1374bd434e3ac05769a6d40151f (patch)
treefabd07f72deba520f457e562dcd8d42062d6939a /gdb/configure.tgt
parent6efba98792ca1c59e2b4ad94ad2b20ecc5715413 (diff)
downloadgdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.zip
gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.gz
gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.bz2
* MAINTAINERS: Change sh64-elf state to non-broken.
* Makefile.in: Fix dependencies for sh64-tdep.o. * configure.tgt: Add sh64-*-elf case. * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case. * sh64-tdep.c: Rework to replace all deprecated mechanisms with modern methods. * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o. * config/sh/sh64.mt: Resurrect.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 9f75087..41c94d0 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -171,6 +171,7 @@ sh-*-linux*) gdb_target=linux
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
gdb_target=nbsd ;;
sh-*-nto*) gdb_target=nto ;;
+sh64-*-elf*) gdb_target=sh64 ;;
sh*) gdb_target=embed ;;
sparc-*-linux*) gdb_target=linux ;;