Make IMPORTED_GNULIB_MODULES in alphabetical order

Since we'll add more modules in this list, better to keep them in
alphabetical order.

gdb:

	* gnulib/update-gnulib.sh: Make IMPORTED_GNULIB_MODULES in
	alphabetical order.
This commit is contained in:
Yao Qi 2014-11-21 22:05:41 +08:00
parent 5d921cbd81
commit 6068ad5d49
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2014-11-21 Yao Qi <yao@codesourcery.com>
* gnulib/update-gnulib.sh: Make IMPORTED_GNULIB_MODULES in
alphabetical order.
2014-11-21 Joel Brobecker <brobecker@adacore.com>
* gdbtypes.c (create_range_type): Unset RESULT_TYPE's

View File

@ -30,17 +30,17 @@
# The list of gnulib modules we are importing in GDB.
IMPORTED_GNULIB_MODULES="\
dirent \
dirfd \
fnmatch-gnu \
frexpl \
inttypes \
memmem \
update-copyright \
unistd \
pathmax \
strstr \
dirent \
sys_stat \
unistd \
update-copyright \
"
# The gnulib commit ID to use for the update.