aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt11
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 6178754..e9a2704 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -541,7 +541,7 @@ score-*-*)
sh*-*-linux*)
# Target: GNU/Linux Super-H
- gdb_target_obs="sh-tdep.o sh64-tdep.o sh-linux-tdep.o \
+ gdb_target_obs="sh-tdep.o sh-linux-tdep.o \
solib-svr4.o symfile-mem.o \
glibc-tdep.o linux-tdep.o"
gdb_sim=../sim/sh/libsim.a
@@ -554,16 +554,11 @@ sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
;;
sh*-*-openbsd*)
# Target: OpenBSD/sh
- gdb_target_obs="sh-tdep.o sh64-tdep.o sh-nbsd-tdep.o"
- ;;
-sh64-*-elf*)
- # Target: Renesas/Super-H 64 bit with simulator
- gdb_target_obs="sh-tdep.o sh64-tdep.o"
- gdb_sim=../sim/sh64/libsim.a
+ gdb_target_obs="sh-tdep.o sh-nbsd-tdep.o"
;;
sh*)
# Target: Embedded Renesas Super-H processor
- gdb_target_obs="sh-tdep.o sh64-tdep.o"
+ gdb_target_obs="sh-tdep.o"
gdb_sim=../sim/sh/libsim.a
;;