aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-08-13 13:14:45 +0000
committerJonathan Wakely <jwakely@redhat.com>2019-08-13 13:14:45 +0000
commitf95f2fd4a49355d41c125a004ac2889080c39460 (patch)
treecf60995d7c6c5d211c14dba669e84f9be5fabb4f /libstdc++-v3/ChangeLog
parentad3a0819db9f7f910e75be01fcf852caba1e2e8a (diff)
PR libstdc++/90361 add missing macro definition
The src/c++17/string-inst.cc file needs to override the default string ABI so that it still contains the expected symbols even when the library is configured with --with-default-libstdcxx-abi=gcc4-compatible. Backport from mainline 2019-08-12 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/90361 * src/c++17/string-inst.cc: Use _GLIBCXX_USE_CXX11_ABI=1 by default. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-9-branch@274379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8ac50251005..904d8dbf49a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2019-08-13 Jonathan Wakely <jwakely@redhat.com>
+
+ Backport from mainline
+ 2019-08-12 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/90361
+ * src/c++17/string-inst.cc: Use _GLIBCXX_USE_CXX11_ABI=1 by default.
+
2019-08-12 Release Manager
* GCC 9.2.0 released.