* 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
This commit is contained in:
Don Lee 2009-08-06 10:28:38 +00:00
parent c877a2f277
commit 5f814c3b3f
6 changed files with 985 additions and 351 deletions

View file

@ -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*)