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> 2014-11-21 Joel Brobecker <brobecker@adacore.com>
* gdbtypes.c (create_range_type): Unset RESULT_TYPE's * 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. # The list of gnulib modules we are importing in GDB.
IMPORTED_GNULIB_MODULES="\ IMPORTED_GNULIB_MODULES="\
dirent \
dirfd \ dirfd \
fnmatch-gnu \ fnmatch-gnu \
frexpl \ frexpl \
inttypes \ inttypes \
memmem \ memmem \
update-copyright \
unistd \
pathmax \ pathmax \
strstr \ strstr \
dirent \
sys_stat \ sys_stat \
unistd \
update-copyright \
" "
# The gnulib commit ID to use for the update. # The gnulib commit ID to use for the update.