Make IMPORTED_GNULIB_MODULES in alphabetical order
authorYao Qi <yao@codesourcery.com>
Fri, 21 Nov 2014 14:05:41 +0000 (22:05 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 21 Nov 2014 14:05:41 +0000 (22:05 +0800)
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
gdb/gnulib/update-gnulib.sh

index ec5325ebd8f155e36c88bdf8ed7b4fa723815a73..ec77e384cbe115eab73a0b73234196614f9de606 100644 (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
index 7fd3fae317723ff8c16c396c3f139978bd55b61d..ec1a8e8ba373f78a93b88f370febae25db0298f5 100644 (file)
 
 # 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.
This page took 0.038592 seconds and 4 git commands to generate.