]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
List headers in Makefile in alphabetical order
authorJonathan Wakely <jwakely@redhat.com>
Fri, 27 Oct 2017 17:49:32 +0000 (18:49 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 27 Oct 2017 17:49:32 +0000 (18:49 +0100)
* include/Makefile.am: Put headers in alphabetical order.
* include/Makefile.in: Regenerate.

From-SVN: r254161

libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in

index efd8546561fac27aa9b921bb7fd5028de472b590..36689900be12f54a75b313425a2e7a09e5b0cc72 100644 (file)
@@ -1,5 +1,8 @@
 2017-10-27  Jonathan Wakely  <jwakely@redhat.com>
 
+       * include/Makefile.am: Put headers in alphabetical order.
+       * include/Makefile.in: Regenerate.
+
        * include/bits/fs_dir.h (directory_iterator): Remove noexcept from
        constructors and increment member (LWG 3013).
        (recursive_directory_iterator): Likewise.
index 2c4d193d0a4a529977139f3696dd91c75e689434..3e34dc00747e8b711eba72da2fe06e06e4224dc9 100644 (file)
@@ -130,7 +130,6 @@ bits_headers = \
        ${bits_srcdir}/locale_facets_nonio.tcc \
        ${bits_srcdir}/localefwd.h \
        ${bits_srcdir}/mask_array.h \
-       ${bits_srcdir}/specfun.h \
        ${bits_srcdir}/memoryfwd.h \
        ${bits_srcdir}/move.h \
        ${bits_srcdir}/node_handle.h \
@@ -161,6 +160,7 @@ bits_headers = \
        ${bits_srcdir}/shared_ptr_atomic.h \
        ${bits_srcdir}/shared_ptr_base.h \
        ${bits_srcdir}/slice_array.h \
+       ${bits_srcdir}/specfun.h \
        ${bits_srcdir}/sstream.tcc \
        ${bits_srcdir}/std_abs.h \
        ${bits_srcdir}/std_function.h \
index bc8556c68d2a5f36db3ab2fad3843ea47800d92e..7ce7eb6694570d9bfd7c8dc10f848dbcedff4628 100644 (file)
@@ -423,7 +423,6 @@ bits_headers = \
        ${bits_srcdir}/locale_facets_nonio.tcc \
        ${bits_srcdir}/localefwd.h \
        ${bits_srcdir}/mask_array.h \
-       ${bits_srcdir}/specfun.h \
        ${bits_srcdir}/memoryfwd.h \
        ${bits_srcdir}/move.h \
        ${bits_srcdir}/node_handle.h \
@@ -454,6 +453,7 @@ bits_headers = \
        ${bits_srcdir}/shared_ptr_atomic.h \
        ${bits_srcdir}/shared_ptr_base.h \
        ${bits_srcdir}/slice_array.h \
+       ${bits_srcdir}/specfun.h \
        ${bits_srcdir}/sstream.tcc \
        ${bits_srcdir}/std_abs.h \
        ${bits_srcdir}/std_function.h \