Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Danny Backx <danny.backx@scarlet.be>
To: gdb-patches@sourceware.org
Subject: patch: Windows CE on x86
Date: Fri, 17 Apr 2009 18:50:00 -0000	[thread overview]
Message-ID: <1239994229.8895.340.camel@dannypc> (raw)

[-- 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

             reply	other threads:[~2009-04-17 18:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-17 18:50 Danny Backx [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1239994229.8895.340.camel@dannypc \
    --to=danny.backx@scarlet.be \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox