aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnulib
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-11-21 22:05:41 +0800
committerYao Qi <yao@codesourcery.com>2014-11-21 22:05:41 +0800
commit6068ad5d49cb80f5f2934bc100fffdc856e7e9be (patch)
tree7a3a37ca3f2bc1dffc2a0c76ba94db0739346d0c /gdb/gnulib
parent5d921cbd81554867007e903b634acc6bc8281f9f (diff)
downloadfsf-binutils-gdb-6068ad5d49cb80f5f2934bc100fffdc856e7e9be.zip
fsf-binutils-gdb-6068ad5d49cb80f5f2934bc100fffdc856e7e9be.tar.gz
fsf-binutils-gdb-6068ad5d49cb80f5f2934bc100fffdc856e7e9be.tar.bz2
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.
Diffstat (limited to 'gdb/gnulib')
-rw-r--r--gdb/gnulib/update-gnulib.sh6
1 files changed, 3 insertions, 3 deletions
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.