mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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.
This commit is contained in:
@ -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>
|
2017-04-18 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* xml-support.c (obstack_xml_printf): Delete.
|
* xml-support.c (obstack_xml_printf): Delete.
|
||||||
|
@ -526,14 +526,14 @@ SUBDIR_PYTHON_CFLAGS =
|
|||||||
SUBDIR_UNITTESTS_SRCS = \
|
SUBDIR_UNITTESTS_SRCS = \
|
||||||
unittests/function-view-selftests.c \
|
unittests/function-view-selftests.c \
|
||||||
unittests/offset-type-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 = \
|
SUBDIR_UNITTESTS_OBS = \
|
||||||
function-view-selftests.o \
|
function-view-selftests.o \
|
||||||
offset-type-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
|
# Opcodes currently live in one of two places. Either they are in the
|
||||||
# opcode library, typically ../opcodes, or they are in a header file
|
# opcode library, typically ../opcodes, or they are in a header file
|
||||||
|
Reference in New Issue
Block a user