aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-08 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-08 00:16:22 +0000
commit6345c4145446ff9acc380cdef6bf83fdc3869db5 (patch)
tree9e87f2a7ca9bc22d4d5ad432a4db698fea8c8504 /lto-plugin
parentd8ddf1fa098fa50929ea0a1569a8e38d80fadbaf (diff)
downloadgcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.zip
gcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.tar.gz
gcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.tar.bz2
Daily bump.
Diffstat (limited to 'lto-plugin')
-rw-r--r--lto-plugin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index e3dd55e..16e44c8 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,14 @@
+2022-07-07 Martin Liska <mliska@suse.cz>
+
+ PR lto/106170
+ * configure.ac: Configure HAVE_PTHREAD_LOCKING.
+ * lto-plugin.c (LOCK_SECTION): New.
+ (UNLOCK_SECTION): New.
+ (claim_file_handler): Use the newly added macros.
+ (onload): Likewise.
+ * config.h.in: Regenerate.
+ * configure: Regenerate.
+
2022-07-01 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
PR lto/106118