From 5f814c3b3f9d99ed724cce14c90a02e29776a90a Mon Sep 17 00:00:00 2001 From: Don Lee Date: Thu, 6 Aug 2009 10:28:38 +0000 Subject: * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3. * score-tdep.h: Ditto. * NEWS: Ditto. * configure.tgt: Test do we have a simulator. * MAINTAINERS: Add myself under target score --- gdb/configure.tgt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gdb/configure.tgt') diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ad04910..24331c3 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -397,7 +397,11 @@ s390*-*-*) score-*-*) # Target: S+core embedded system - gdb_target_obs="score-tdep.o" + gdb_target_obs="score-tdep.o corelow.o" + if test -f ../sim/score/Makefile; then + gdb_sim=../sim/score/libsim.a + fi + build_gdbserver=yes ;; sh*-*-linux*) -- cgit v1.1