This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=26fcd539dd38a27259d8179152d617118f016706

commit 26fcd539dd38a27259d8179152d617118f016706
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Apr 19 13:06:20 2017 +0100

    gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS
    
    Note to self: 'o' before 'p'.
    
    gdb/ChangeLog:
    2017-04-19  Pedro Alves  <palves@redhat.com>
    
    	* Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
    	Re-sort in alphabetic order.

Diff:
---
 gdb/ChangeLog   | 5 +++++
 gdb/Makefile.in | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b99fedf..8c7710c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-19  Pedro Alves  <palves@redhat.com>
+
+	* Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
+	Re-sort in alphabetic order.
+
 2017-04-18  Pedro Alves  <palves@redhat.com>
 
 	* xml-support.c (obstack_xml_printf): Delete.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ed4f58a..255e694 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -526,14 +526,14 @@ SUBDIR_PYTHON_CFLAGS =
 SUBDIR_UNITTESTS_SRCS = \
 	unittests/function-view-selftests.c \
 	unittests/offset-type-selftests.c \
-	unittests/ptid-selftests.c \
-	unittests/optional-selftests.c
+	unittests/optional-selftests.c \
+	unittests/ptid-selftests.c
 
 SUBDIR_UNITTESTS_OBS = \
 	function-view-selftests.o \
 	offset-type-selftests.o \
-	ptid-selftests.o \
-	optional-selftests.o
+	optional-selftests.o \
+	ptid-selftests.o
 
 # Opcodes currently live in one of two places.  Either they are in the
 # opcode library, typically ../opcodes, or they are in a header file


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]