forked from Imagelibrary/binutils-gdb
gdbserver: remove support for ARM/WinCE
This port has been unmaintained for years, remove it. gdbserver/ChangeLog: * Makefile.in (SFILES): Remove win32-arm-low.cc, wincecompat.cc. * configure.srv: Remove mingw32ce cases. * server.h, win32-low.cc: Remove __MINGW32CE__-guarded code. * win32-low.h (to_back_slashes): Remove. * win32-arm-low.cc, wincecompat.cc, wincecompat.h: Remove. Change-Id: Ib75c0b55b0ab7caca38bbeff5f2fa9397a8e7e8d
This commit is contained in:
@@ -73,14 +73,6 @@ case "${gdbserver_host}" in
|
||||
srv_linux_regsets=yes
|
||||
srv_linux_thread_db=yes
|
||||
;;
|
||||
arm*-*-mingw32ce*) srv_regobj=reg-arm.o
|
||||
srv_tgtobj="win32-low.o windows-nat.o win32-arm-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} wincecompat.o"
|
||||
# hostio_last_error implementation is in win32-low.c
|
||||
srv_hostio_err_objs=""
|
||||
srv_mingw=yes
|
||||
srv_mingwce=yes
|
||||
;;
|
||||
i[34567]86-*-cygwin*) srv_regobj=""
|
||||
srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
|
||||
@@ -102,18 +94,6 @@ case "${gdbserver_host}" in
|
||||
ipa_obj="linux-i386-ipa.o linux-x86-tdesc-ipa.o"
|
||||
ipa_obj="${ipa_obj} arch/i386-ipa.o"
|
||||
;;
|
||||
i[34567]86-*-mingw32ce*)
|
||||
srv_regobj=""
|
||||
srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/i386.o"
|
||||
srv_tgtobj="${srv_tgtobj} wincecompat.o"
|
||||
# hostio_last_error implementation is in win32-low.c
|
||||
srv_hostio_err_objs=""
|
||||
srv_mingw=yes
|
||||
srv_mingwce=yes
|
||||
;;
|
||||
i[34567]86-*-mingw*) srv_regobj=""
|
||||
srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
|
||||
|
||||
Reference in New Issue
Block a user