This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bcbde431aa4 log/syslog: correct asm name for C function new 183ae52b226 libstdc++: make atomic waiting depend on gthreads or futexes new 92b47a321e1 libstdc++: Add configure checks for semaphores new 0986d3bc621 libstdc++: Fix linker errors due to missing 'inline' keywords new 1ccee0fbfa8 libstdc++: Fix variable declared with wrong type
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/acinclude.m4 | 37 +++++++ libstdc++-v3/config.h.in | 4 + libstdc++-v3/configure | 58 +++++++++++ libstdc++-v3/include/bits/atomic_base.h | 18 ++++ libstdc++-v3/include/bits/atomic_timed_wait.h | 4 +- libstdc++-v3/include/bits/atomic_wait.h | 22 +++-- libstdc++-v3/include/bits/semaphore_base.h | 134 +++++++++++++------------- libstdc++-v3/include/std/atomic | 10 +- libstdc++-v3/include/std/semaphore | 7 +- libstdc++-v3/include/std/version | 4 +- 10 files changed, 216 insertions(+), 82 deletions(-)