2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
authorPedro Alves <palves@redhat.com>
Sun, 19 Apr 2009 17:54:52 +0000 (17:54 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 19 Apr 2009 17:54:52 +0000 (17:54 +0000)
* configure.srv: Add x86 Windows CE target.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv

index a5c0bd8..8d4e2f2 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-19  Danny Backx  <dannybackx@users.sourceforge.net>
+
+       * configure.srv: Add x86 Windows CE target.
+
 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * inferiors.c (get_thread_process): Make global.
index 624acce..924ac66 100644 (file)
@@ -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