OSDN Git Service

Fix missing gthr-default.h issue on separate libstdc++ configure
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index cb4aa52..0f553d9 100644 (file)
@@ -1,3 +1,59 @@
+2012-10-05 Pavel Chupin <pavel.v.chupin@intel.com>
+               Fix missing gthr-default.h issue on separate libstdc++ configure
+               * acinclude.m4: Define glibcxx_thread_h.
+               * include/Makefile.am: Use glibcxx_thread_h.
+               * Makefile.in: Regenerate.
+               * configure: Regenerate.
+               * doc/Makefile.in: Regenerate.
+               * include/Makefile.in: Regenerate.
+               * libsupc++/Makefile.in: Regenerate.
+               * po/Makefile.in: Regenerate.
+               * python/Makefile.in: Regenerate.
+               * src/Makefile.in: Regenerate.
+               * src/c++11/Makefile.in: Regenerate.
+               * src/c++98/Makefile.in: Regenerate.
+               * testsuite/Makefile.in: Regenerate.
+
+2012-09-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/54102, part 2
+       * doc/Makefile.am (XSL_HTML_STYLE): use xhtml, not html.
+       * doc/Makefile.in: Regenerate.
+       * doc/html/*: Same.
+
+2012-09-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * doc/html/*: Regenerate.
+
+2012-09-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/54102
+       * doc/xsl/customization.xsl.in: New.
+       * configure.ac: Output local copy of customization xsl.
+       * doc/Makefile.am (stamp-html-single-docbook): Use XSL_LOCAL_STYLE.
+       (stamp-html-docbook): Set stringparam to UTF-8.
+       * Makefile.in: Regenerated.
+       * configure: Same.
+       * doc/Makefile.in: Same.
+
+2012-09-20  Release Manager
+
+       * GCC 4.7.2 released.
+
+2012-09-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libstdc++/54172
+       * libsupc++/guard.cc (__cxa_guard_acquire): Fix up the last
+       argument of the first __atomic_compare_exchange_n.
+
+2012-09-09  Thiago Macieira  <thiago.macieira@intel.com>
+
+       PR libstdc++/54172
+        * libsupc++/guard.cc (__cxa_guard_acquire): Exit the loop earlier if
+        we detect that another thread has had success. Don't compare_exchange
+        from a finished state back to a waiting state. Comment.
+
 2012-09-09  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR libstdc++/54388