diff options
author | Don Lee <don.lee@sunplusct.com> | 2009-08-06 10:28:38 +0000 |
---|---|---|
committer | Don Lee <don.lee@sunplusct.com> | 2009-08-06 10:28:38 +0000 |
commit | 5f814c3b3f9d99ed724cce14c90a02e29776a90a (patch) | |
tree | d7263e94d4d48b873afc5baf34a9faed766828d6 /gdb/configure.tgt | |
parent | c877a2f27774baf9fd59b3eb0ebdddb061b42c2f (diff) | |
download | fsf-binutils-gdb-5f814c3b3f9d99ed724cce14c90a02e29776a90a.zip fsf-binutils-gdb-5f814c3b3f9d99ed724cce14c90a02e29776a90a.tar.gz fsf-binutils-gdb-5f814c3b3f9d99ed724cce14c90a02e29776a90a.tar.bz2 |
* 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
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 5 insertions, 1 deletions
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*) |