public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-muller-windows-multi: Reorder gdbserver/Makefile.in changes
@ 2011-03-18 17:01 muller
  0 siblings, 0 replies; only message in thread
From: muller @ 2011-03-18 17:01 UTC (permalink / raw)
  To: archer-commits

The branch, archer-muller-windows-multi has been updated
       via  848eb3c6e899b82fecea1503f86e16d43b660d01 (commit)
      from  d8153905001bc0396dfec4cca6a2ac8d39ec5489 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 848eb3c6e899b82fecea1503f86e16d43b660d01
Author: Pierre Muller <muller@ics.u-strasbg.fr>
Date:   Fri Mar 18 18:01:40 2011 +0100

    Reorder gdbserver/Makefile.in changes

-----------------------------------------------------------------------

Summary of changes:
 gdb/gdbserver/Makefile.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index c2a37d6..cc49260 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -384,9 +384,14 @@ tracepoint.o: tracepoint.c $(server_h) $(srcdir)/../common/ax.def
 utils.o: utils.c $(server_h)
 gdbreplay.o: gdbreplay.c config.h
 
+# gdb/common/ dependencies
+
 signals.o: ../common/signals.c $(server_h) $(signals_def)
 	$(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< -DGDBSERVER
 
+windows-hdep.o: $(srcdir)/../common/windows-hdep.c $(windows_hdep_h)
+	${CC} -o windows-hdep.o -c -DGDBSERVER ${INTERNAL_CFLAGS} $<
+
 # We build memmem.c without -Werror because this file is not under
 # our control.  On LynxOS, the compiler generates some warnings
 # because str-two-way.h uses a constant (MAX_SIZE) whose definition
@@ -441,11 +446,6 @@ win32-low.o: win32-low.c $(win32_low_h) $(server_h) $(regdef_h) $(regcache_h)
 win32-arm-low.o: win32-arm-low.c $(win32_low_h) $(server_h)
 win32-i386-low.o: win32-i386-low.c $(win32_low_h) $(server_h) $(i386_low_h)
 
-# gdb/common/ dependencies
-
-windows-hdep.o: $(srcdir)/../common/windows-hdep.c $(windows_hdep_h)
-	${CC} -o windows-hdep.o -c -DGDBSERVER ${INTERNAL_CFLAGS} $<
-
 
 spu-low.o: spu-low.c $(server_h)
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-18 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-18 17:01 [SCM] archer-muller-windows-multi: Reorder gdbserver/Makefile.in changes muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).