From: Jonathan Wakely Date: Mon, 5 Oct 2020 09:46:11 +0000 (+0100) Subject: libstdc++: Add missing bugzilla PR numbers to ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b98d3cc5666f36bf3cbeed7cd6a23483cc5e4eca;p=gcc.git libstdc++: Add missing bugzilla PR numbers to ChangeLog We missed these out of the git commit messages. --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a53d8f4ba2c..8b016993217 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -312,6 +312,7 @@ 2020-09-11 Mike Crowe + 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 + 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):