diff options
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r-- | gdb/gdbserver/configure.srv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 991cb05..943e228 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -33,6 +33,11 @@ case "${target}" in srv_tgtobj="linux-low.o linux-ia64-low.o" srv_linux_usrregs=yes ;; + m32r*-*-linux*) srv_regobj=reg-m32r.o + srv_tgtobj="linux-low.o linux-m32r-low.o" + srv_linux_usrregs=yes + srv_linux_thread_db=yes + ;; m68*-*-linux*) srv_regobj=reg-m68k.o srv_tgtobj="linux-low.o linux-m68k-low.o" srv_linux_usrregs=yes |