diff options
author | Ulrich Drepper <drepper@gcc.gnu.org> | 1999-05-07 10:16:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 1999-05-07 10:16:23 +0000 |
commit | f2fee5bef0b07099eac93e56e834b79c967ba2e9 (patch) | |
tree | 0765eb9c7f8b7a9292c9f442abac33c4ab42b633 /libstdc++ | |
parent | 4ff8ec301f153b35f0bd6229344b59e131cdd06b (diff) | |
download | gcc-f2fee5bef0b07099eac93e56e834b79c967ba2e9.tar.gz |
Update.
From-SVN: r26821
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 3 |
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> |