From 6068ad5d49cb80f5f2934bc100fffdc856e7e9be Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 21 Nov 2014 22:05:41 +0800 Subject: [PATCH] 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. --- gdb/ChangeLog | 5 +++++ gdb/gnulib/update-gnulib.sh | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ec5325e..ec77e38 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-11-21 Yao Qi + + * gnulib/update-gnulib.sh: Make IMPORTED_GNULIB_MODULES in + alphabetical order. + 2014-11-21 Joel Brobecker * gdbtypes.c (create_range_type): Unset RESULT_TYPE's diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh index 7fd3fae..ec1a8e8 100644 --- a/gdb/gnulib/update-gnulib.sh +++ b/gdb/gnulib/update-gnulib.sh @@ -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. -- 2.7.4