Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro_alves@portugalmail.pt>
To: gdb-patches@sourceware.org
Subject: [New WinCE support] [patch 1/4] : mv win32-i386-low.c win32-low.c
Date: Fri, 16 Mar 2007 02:07:00 -0000	[thread overview]
Message-ID: <45F9FBE7.6070705@portugalmail.pt> (raw)
In-Reply-To: <20070315235008.243411000@portugalmail.pt>

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

This patch renames gdbserver/win32-i386-low.c to
gdbserver/win32-low.c.  Well, actually, it is mostly a
ChangeLog entry, as it is useless to post a patch for the file move.
Patch 4 will then move the i386 specifics into a new
win32-i386-low.c, and add a win32-arm-low.c with ARM stuff.



[-- Attachment #2: win32-i386-low_rename.diff --]
[-- Type: text/plain, Size: 1692 bytes --]

gdbserver/ChangeLog

	* win32-i386-low.c: Rename to ...
	* win32-low.c: ... this.
	* configure.srv: Replace win32-i386-low.o with win32-low.o.
	* Makefile.in: Likewise.

---
 gdb/gdbserver/Makefile.in   |    2 +-
 gdb/gdbserver/configure.srv |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Index: src/gdb/gdbserver/configure.srv
===================================================================
--- src.orig/gdb/gdbserver/configure.srv	2007-03-15 00:27:36.000000000 +0000
+++ src/gdb/gdbserver/configure.srv	2007-03-15 02:25:20.000000000 +0000
@@ -44,7 +44,7 @@ case "${target}" in
 			srv_linux_thread_db=yes
 			;;
   i[34567]86-*-cygwin*)	srv_regobj=reg-i386.o
-			srv_tgtobj="win32-i386-low.o"
+			srv_tgtobj="win32-low.o"
 			;;
   i[34567]86-*-linux*)	srv_regobj=reg-i386-linux.o
 			srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o"
@@ -53,7 +53,7 @@ case "${target}" in
 			srv_linux_thread_db=yes
 			;;
   i[34567]86-*-mingw*)	srv_regobj=reg-i386.o
-			srv_tgtobj="win32-i386-low.o"
+			srv_tgtobj="win32-low.o"
 			srv_mingw=yes
 			;;
   ia64-*-linux*)	srv_regobj=reg-ia64.o
Index: src/gdb/gdbserver/Makefile.in
===================================================================
--- src.orig/gdb/gdbserver/Makefile.in	2007-03-15 00:27:38.000000000 +0000
+++ src/gdb/gdbserver/Makefile.in	2007-03-15 02:25:20.000000000 +0000
@@ -310,7 +310,7 @@ linux-sh-low.o: linux-sh-low.c $(linux_l
 linux-x86-64-low.o: linux-x86-64-low.c $(linux_low_h) $(server_h) \
 	$(gdb_proc_service_h)
 
-win32-i386-low.o: win32-i386-low.c $(server_h) $(regdef_h) $(regcache_h)
+win32-low.o: win32-low.c $(server_h) $(regdef_h) $(regcache_h)
 
 spu-low.o: spu-low.c $(server_h)
 





       reply	other threads:[~2007-03-16  2:07 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 ` Pedro Alves [this message]
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
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=45F9FBE7.6070705@portugalmail.pt \
    --to=pedro_alves@portugalmail.pt \
    --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