diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2003-05-05 22:28:16 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2003-05-05 22:28:16 +0000 |
commit | 1976f0d995f1849964ee76f2c6606117971cb7b5 (patch) | |
tree | a1558f18a5fa30b3f3cba3a01604fd6338b293f5 /libstdc++-v3/ChangeLog | |
parent | 6ccfe27ca7807e9e467134b4e6695e3659fc5521 (diff) | |
download | gcc-1976f0d995f1849964ee76f2c6606117971cb7b5.tar.gz |
stl_threads.h (_Atomic_swap): Kill it...
* include/bits/stl_threads.h (_Atomic_swap): Kill it...
(_Swap_lock_struct<>): ...and the horse it rode in on.
* src/globals.cc (_Swap_lock_struct<>): Likewise.
* include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): New
member to support...
* include/ext/ropeimpl.h (rope<>::c_str): Follow *all* memory
visibility rules related to POSIX threads.
* testsuite/thread/pthread7-rope.cc: New test.
From-SVN: r66507
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b9269e72e82..c2180150d74 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2003-05-05 Loren J. Rittle <ljrittle@acm.org> + (Inspired by an alternate patch from Danny Smith.) + + * include/bits/stl_threads.h (_Atomic_swap): Kill it... + (_Swap_lock_struct<>): ...and the horse it rode in on. + * src/globals.cc (_Swap_lock_struct<>): Likewise. + * include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): New + member to support... + * include/ext/ropeimpl.h (rope<>::c_str): Follow *all* memory + visibility rules related to POSIX threads. + * testsuite/thread/pthread7-rope.cc: New test. + 2003-05-04 Paolo Carlini <pcarlini@unitus.it> * testsuite/21_strings/basic_string/find/char/3.cc: New |