forked from Imagelibrary/binutils-gdb
gdbserver: remove support for M32R
This port has been unmaintained for years and the upstream Linux kernel does not support this architecture anymore, remove it. gdbserver/ChangeLog: * Makefile.in (SFILES): Remove linux-m32r-low.cc. * configure.srv: Remove m32r case. * linux-m32r-low.cc: Remove. Change-Id: I5617b2b1fd92aeec19b38e0e3c0b78adaafdb35b
This commit is contained in:
@@ -125,11 +125,6 @@ case "${gdbserver_host}" in
|
||||
srv_tgtobj="$srv_linux_obj linux-ia64-low.o"
|
||||
srv_linux_usrregs=yes
|
||||
;;
|
||||
m32r*-*-linux*) srv_regobj=reg-m32r.o
|
||||
srv_tgtobj="$srv_linux_obj linux-m32r-low.o"
|
||||
srv_linux_usrregs=yes
|
||||
srv_linux_thread_db=yes
|
||||
;;
|
||||
m68*-*-linux*) if test "$gdb_cv_m68k_is_coldfire" = yes; then
|
||||
srv_regobj=reg-cf.o
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user