]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/57212 (Don't use pe-coff weak support with mingw)
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 8 May 2013 19:08:32 +0000 (19:08 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 8 May 2013 19:08:32 +0000 (21:08 +0200)
2013-05-08  Andoni Morales Alastruey <ylatuya@gmail.com>

PR libstdc++/57212
* include/Makefile.am (_GLIBCXX___MINGW32_GLIBCXX___): Modify
to __MINGW32__.
* include/Makefile.in: Regenerated.

From-SVN: r198720

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

index e6d873436be430d8ea8cedb5f6dee0a73979d9be..31019bf90be8795c9bdf0343292bfe229c4c5672 100644 (file)
@@ -1,3 +1,10 @@
+2013-05-08  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       PR libstdc++/57212
+       * include/Makefile.am (_GLIBCXX___MINGW32_GLIBCXX___): Modify
+       to __MINGW32__.
+       * include/Makefile.in: Regenerated.
+
 2013-05-07  François Dumont  <fdumont@gcc.gnu.org>
 
        * include/profile/unordered_base.h: New.
index 11cb4dffec9aa47bc5f6c25423244a9eb6814a85..cbf4f1a549da7039b99ee4c6f166f106e141957a 100644 (file)
@@ -1133,6 +1133,7 @@ ${host_builddir}/gthr.h: ${toplevel_srcdir}/libgcc/gthr.h stamp-${host_alias}
        sed -e '/^#pragma/b' \
            -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
            -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
+           -e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
            -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
            < $< > $@
 
index b69f75756658dbefc13094b048422a75e13ee227..b34e174603b0a056b390a4e347249579e6d6bcac 100644 (file)
@@ -1534,6 +1534,7 @@ ${host_builddir}/gthr.h: ${toplevel_srcdir}/libgcc/gthr.h stamp-${host_alias}
        sed -e '/^#pragma/b' \
            -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
            -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
+           -e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
            -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
            < $< > $@