aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.srv
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-07-12 19:59:00 +0000
committerDaniel Jacobowitz <drow@false.org>2007-07-12 19:59:00 +0000
commit0d37add96298857bfc56467b9cb81e1d38c88b41 (patch)
tree75550f645baa2c72eefb31869611ce45da80b62e /gdb/gdbserver/configure.srv
parentae8772e6ec3af7eea21b28642ad09cb7ce4c348b (diff)
downloadgdb-0d37add96298857bfc56467b9cb81e1d38c88b41.zip
gdb-0d37add96298857bfc56467b9cb81e1d38c88b41.tar.gz
gdb-0d37add96298857bfc56467b9cb81e1d38c88b41.tar.bz2
* configure.srv: Set srv_linux_regsets for sh*-*-linux*.
* linux-sh-low.c (sh_fill_gregset, target_regsets): New.
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r--gdb/gdbserver/configure.srv1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index ff14adc..f62d276 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -126,6 +126,7 @@ case "${target}" in
sh*-*-linux*) srv_regobj=reg-sh.o
srv_tgtobj="linux-low.o linux-sh-low.o"
srv_linux_usrregs=yes
+ srv_linux_regsets=yes
srv_linux_thread_db=yes
;;
spu*-*-*) srv_regobj=reg-spu.o