Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro_alves@portugalmail.pt>
To: Eli Zaretskii <eliz@gnu.org>,  gdb-patches@sourceware.org
Subject: Re: [New WinCE support] [patch 4/4] The bulk of the code.
Date: Thu, 29 Mar 2007 03:51:00 -0000	[thread overview]
Message-ID: <460B1A06.1090606@portugalmail.pt> (raw)
In-Reply-To: <20070327192032.GJ28164@caradoc.them.org>

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

Daniel Jacobowitz wrote:
> Please put arm*-*-mingw32ce* up higher, near other ARM targets - the
> case statement is pretty much sorted.
>   

Ooops, ended up committing without this change.  Sorry for that.
Committed the attached as obvious.

Cheers,
Pedro Alves




[-- Attachment #2: fixconf.diff --]
[-- Type: text/plain, Size: 1666 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/ChangeLog,v
retrieving revision 1.117
diff -u -p -r1.117 ChangeLog
--- ChangeLog	29 Mar 2007 01:10:37 -0000	1.117
+++ ChangeLog	29 Mar 2007 01:44:25 -0000
@@ -1,5 +1,10 @@
 2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
 
+	* configure.srv (arm*-*-mingw32ce*): Move near the other
+	arm targets.
+
+2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
+
 	* configure.ac: Add errno checking.
 	(AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
 	sys/file.h and malloc.h.
Index: configure.srv
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/configure.srv,v
retrieving revision 1.22
diff -u -p -r1.22 configure.srv
--- configure.srv	29 Mar 2007 01:06:47 -0000	1.22
+++ configure.srv	29 Mar 2007 01:44:25 -0000
@@ -33,6 +33,12 @@ case "${target}" in
 			  srv_regobj=reg-arm.o
 			fi
 			;;
+  arm*-*-mingw32ce*)	srv_regobj=reg-arm.o
+			srv_tgtobj="win32-low.o win32-arm-low.o"
+			srv_tgtobj="${srv_tgtobj} wincecompat.o"
+			srv_mingw=yes
+			srv_mingwce=yes
+			;;
   crisv32-*-linux*)	srv_regobj=reg-crisv32.o
 			srv_tgtobj="linux-low.o linux-crisv32-low.o"
 			srv_linux_regsets=yes
@@ -52,12 +58,6 @@ case "${target}" in
 			srv_linux_regsets=yes
 			srv_linux_thread_db=yes
 			;;
-  arm*-*-mingw32ce*)	srv_regobj=reg-arm.o
-			srv_tgtobj="win32-low.o win32-arm-low.o"
-			srv_tgtobj="${srv_tgtobj} wincecompat.o"
-			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

  parent reply	other threads:[~2007-03-29  3:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070315235008.243411000@portugalmail.pt>
2007-03-16  2:07 ` [New WinCE support] [patch 1/4] : mv win32-i386-low.c win32-low.c Pedro Alves
2007-03-27 19:11   ` Daniel Jacobowitz
2007-03-16  2:09 ` [New WinCE support] [patch 2/4] : s/thread_info/win32_thread_info/g Pedro Alves
2007-03-27 19:12   ` Daniel Jacobowitz
2007-03-16  2:09 ` [New WinCE support] [patch 3/4] : bfd config Pedro Alves
2007-03-16  2:10 ` [New WinCE support] [patch 4/4] The bulk of the code Pedro Alves
2007-03-16 12:52   ` Eli Zaretskii
2007-03-16 15:03     ` pedro alves
2007-03-17 11:18       ` Eli Zaretskii
2007-03-17 11:35         ` Andreas Schwab
2007-03-19  1:53         ` Pedro Alves
2007-03-19  4:21           ` Eli Zaretskii
2007-03-19 12:34             ` Daniel Jacobowitz
2007-03-27 19:20           ` Daniel Jacobowitz
2007-03-29  3:18             ` Pedro Alves
2007-03-29  3:51             ` Pedro Alves [this message]
2007-03-30 11:56               ` Pierre Muller
2007-03-30 12:23                 ` pedro alves
2007-03-30 20:35                   ` 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=460B1A06.1090606@portugalmail.pt \
    --to=pedro_alves@portugalmail.pt \
    --cc=eliz@gnu.org \
    --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