libstdc++: Fix ChangeLog entry for commit r12-2326

This commit is contained in:
Jonathan Wakely 2021-07-16 14:11:31 +01:00
parent bfb0586ebd
commit 7581559168
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
PR libstdc++/101429
* include/bits/c++config (__replacement_assert): Add noexcept.
[!_GLIBCXX_VERBOSE] (__glibcxx_assert_impl): Use __builtin_trap
[!_GLIBCXX_VERBOSE] (__glibcxx_assert_impl): Use __builtin_abort
instead of __replacement_assert.
2021-07-14 Jonathan Wakely <jwakely@redhat.com>