summaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-07 10:16:23 +0000
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-07 10:16:23 +0000
commit1bf0277d0500cbf878520322df7a362b492eb4a0 (patch)
tree0765eb9c7f8b7a9292c9f442abac33c4ab42b633 /libstdc++
parent928c87970851b1da28fbedec0819f959988d3350 (diff)
downloadgcc-1bf0277d0500cbf878520322df7a362b492eb4a0.tar.gz
Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index e48f040616d..a75920e12ef 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,5 +1,8 @@
1999-05-07 Ulrich Drepper <drepper@cygnus.com>
+ * std/bastring.h (class basic_string::Rep): Make release member
+ function thread-safe for ix86 (x>=4) and UltraSPARC.
+
* stlinst.cc: Make it possible to compile with __USE_MALLOC.
Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>