From 175831d1632e427a26044622f3c1104ec02df7ab Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Sep 2019 10:27:36 +0000 Subject: Fix GCC_LINUX_FUTEX to work with C99 compilers Without this change, libstdc++ is built without futex symbols if GCC rejects implicit function declarations by default. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@275454 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libgomp/ChangeLog') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a627bc2298d..d1e4dc35c4a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2019-09-06 Florian Weimer + + * configure: Regenerate. + 2019-09-03 Chung-Lin Tang PR other/79543 -- cgit v1.2.3