aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-01-29 10:52:08 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-01-29 10:52:08 +0000
commitf597d5f73c62e535493db57260d85aeeca4d4d54 (patch)
treed2c5b6ccce1e000aafb41cd25e3fa99ced424915 /libstdc++-v3
parent6eb422f0cf9e4a577b59241b311539249dd04388 (diff)
downloadgcc-f597d5f73c62e535493db57260d85aeeca4d4d54.zip
gcc-f597d5f73c62e535493db57260d85aeeca4d4d54.tar.gz
gcc-f597d5f73c62e535493db57260d85aeeca4d4d54.tar.bz2
Fix Cygwin bootstrap error due to TM symbols
PR libstdc++/69506 * config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. From-SVN: r232974
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/config/os/newlib/os_defines.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 532ece6..b4aae43 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-29 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/69506
+ * config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define.
+
2016-01-28 John David Anglin <danglin@gcc.gnu.org>
PR libstdc++/69450
diff --git a/libstdc++-v3/config/os/newlib/os_defines.h b/libstdc++-v3/config/os/newlib/os_defines.h
index 4a09dd1..2a87e74 100644
--- a/libstdc++-v3/config/os/newlib/os_defines.h
+++ b/libstdc++-v3/config/os/newlib/os_defines.h
@@ -53,6 +53,9 @@
// their dtors are called
#define _GLIBCXX_THREAD_ATEXIT_WIN32 1
+// See libstdc++/69506
+#define _GLIBCXX_USE_WEAK_REF 0
+
#endif
#endif