Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* patch: Windows CE on x86
@ 2009-04-17 18:50 Danny Backx
  2009-04-17 19:44 ` Pedro Alves
  0 siblings, 1 reply; 7+ messages in thread
From: Danny Backx @ 2009-04-17 18:50 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

The patch attached is a trivial one to add the target(s) for building
gdbserver for a x86 CE target.

	Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

[-- Attachment #2: gdbserver-patch --]
[-- Type: text/x-patch, Size: 1411 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/ChangeLog,v
retrieving revision 1.260
diff -u -r1.260 ChangeLog
--- ChangeLog	3 Apr 2009 20:15:51 -0000	1.260
+++ ChangeLog	17 Apr 2009 18:48:10 -0000
@@ -1,3 +1,7 @@
+2009-04-17  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: configure.srv
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/configure.srv,v
retrieving revision 1.39
diff -u -r1.39 configure.srv
--- configure.srv	18 Nov 2008 21:48:48 -0000	1.39
+++ configure.srv	17 Apr 2009 18:48:10 -0000
@@ -61,6 +61,15 @@
 			srv_linux_regsets=yes
 			srv_linux_thread_db=yes
 			;;
+  i[34567]86-*-mingw*ce*)
+                      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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-19 20:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-17 18:50 patch: Windows CE on x86 Danny Backx
2009-04-17 19:44 ` Pedro Alves
2009-04-18  4:59   ` Danny Backx
2009-04-19 18:00     ` Pedro Alves
2009-04-19 18:10       ` Pedro Alves
2009-04-19 19:51         ` Eli Zaretskii
2009-04-19 20:06           ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox