This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[v3] <stdatomic> -> <atomic>
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, jakub at redhat dot com
- Date: Sun, 20 Dec 2009 21:37:45 -0800
- Subject: [v3] <stdatomic> -> <atomic>
... and the other changes from N3000, modulo the lock-free property
macro changes. Fixing those seem minor and can be done without filename
changes, include changes, and ABI shims.
Looks big, but is mostly renames. There is one ABI issue, due to
changed signatures, but it is relatively minor and can be worked around
with _GLIBCXX_ASM_SYMVER.
Please OK for gcc trunk.
tested x86_64/linux
testing darwin in progress
-benjamin