public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH obv] gdbserver/Makefile.in: Sort IPA_OBJS
@ 2017-06-20 15:01 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2017-06-20 15:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

FYI, I pushed this as obvious.

gdb/gdbserver/ChangeLog:

	* Makefile.in (IPA_OBJS): Sort and format one item per line.
---
 gdb/gdbserver/ChangeLog   |  4 ++++
 gdb/gdbserver/Makefile.in | 15 ++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index f9261d6..63b54f6 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-20  Simon Marchi  <simon.marchi@ericsson.com>
+
+	* Makefile.in (IPA_OBJS): Sort and format one item per line.
+
 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* linux-low.c (linux_create_inferior): Adjust code to access the
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index 4a031e1..4e0080e 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -387,9 +387,18 @@ gdbreplay$(EXEEXT): $(GDBREPLAY_OBS) $(LIBGNU) $(LIBIBERTY)
 	$(CC_LD) $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbreplay$(EXEEXT) $(GDBREPLAY_OBS) \
 	  $(XM_CLIBS) $(LIBGNU) $(LIBIBERTY)
 
-IPA_OBJS = ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o \
-	regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o \
-	tdesc-ipa.o print-utils-ipa.o rsp-low-ipa.o errors-ipa.o \
+IPA_OBJS = \
+	ax-ipa.o \
+	common-utils-ipa.o \
+	errors-ipa.o \
+	format-ipa.o \
+	print-utils-ipa.o \
+	regcache-ipa.o \
+	remote-utils-ipa.o \
+	rsp-low-ipa.o \
+	tdesc-ipa.o \
+	tracepoint-ipa.o \
+	utils-ipa.o \
 	${IPA_DEPFILES}
 
 IPA_LIB = libinproctrace.so
-- 
2.7.4

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

only message in thread, other threads:[~2017-06-20 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-20 15:01 [PATCH obv] gdbserver/Makefile.in: Sort IPA_OBJS Simon Marchi

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).