aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-10-05 10:46:11 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-10-05 10:46:25 +0100
commitb98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca (patch)
treeb2324e898aab76352a09a5634538ddb081c1b68c
parent3c022a4c732163549ee999fb0b1846215cf0a671 (diff)
downloadgcc-b98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca.zip
gcc-b98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca.tar.gz
gcc-b98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca.tar.bz2
libstdc++: Add missing bugzilla PR numbers to ChangeLog
We missed these out of the git commit messages.
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a53d8f4..8b01699 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -312,6 +312,7 @@
2020-09-11 Mike Crowe <mac@mcrowe.com>
+ PR libstdc++/93542
* include/bits/atomic_futex.h (__atomic_futex_unsigned): Change
__clock_t typedef to use steady_clock so that unknown clocks are
synced to it rather than system_clock. Change existing __clock_t
@@ -322,6 +323,7 @@
2020-09-11 Mike Crowe <mac@mcrowe.com>
+ PR libstdc++/93542
* config/abi/pre/gnu.ver: Update for addition of
__atomic_futex_unsigned_base::_M_futex_wait_until_steady.
* include/bits/atomic_futex.h (__atomic_futex_unsigned_base):