aboutsummaryrefslogtreecommitdiff
path: root/libitm/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-09-06 12:27:36 +0200
committerFlorian Weimer <fw@gcc.gnu.org>2019-09-06 12:27:36 +0200
commit3c086f8decdc190602fb66cfec8f3cff16328142 (patch)
tree1902238a65deeaf90dfe4c439e44384b48b39d0e /libitm/ChangeLog
parent7d99a5b62c2672eff965fec12edac0a080d77257 (diff)
downloadgcc-3c086f8decdc190602fb66cfec8f3cff16328142.zip
gcc-3c086f8decdc190602fb66cfec8f3cff16328142.tar.gz
gcc-3c086f8decdc190602fb66cfec8f3cff16328142.tar.bz2
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. From-SVN: r275454
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r--libitm/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index 76d6def..567c1d0 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-06 Florian Weimer <fweimer@redhat.com>
+
+ * configure: Regenerate.
+
2019-09-03 Chung-Lin Tang <cltang@codesourcery.com>
PR other/79543