From 155c8968d95e27131a80ae95bf6230ba2e19693b Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 19 Apr 2009 17:54:52 +0000 Subject: [PATCH] 2009-04-19 Danny Backx * configure.srv: Add x86 Windows CE target. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/configure.srv | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index a5c0bd82649..8d4e2f288e3 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2009-04-19 Danny Backx + + * configure.srv: Add x86 Windows CE target. + 2009-04-03 Ulrich Weigand * inferiors.c (get_thread_process): Make global. diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 624acce75a5..924ac66dd6b 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -61,6 +61,15 @@ case "${target}" in srv_linux_regsets=yes srv_linux_thread_db=yes ;; + i[34567]86-*-mingw32ce*) + srv_regobj=reg-i386.o + srv_tgtobj="win32-low.o win32-i386-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-*-mingw*) srv_regobj=reg-i386.o srv_tgtobj="win32-low.o win32-i386-low.o" srv_mingw=yes -- 2.11.4.GIT