summaryrefslogtreecommitdiff
path: root/lto-plugin
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-05 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-05 00:16:29 +0000
commit3e7db517472f6c671ad616e968f3e1027f42cca7 (patch)
treea1ba41a596048fe0203fd580ac0333062c7b0714 /lto-plugin
parentae90c2d0f9bcc30af98c730f91544efa01cb897c (diff)
downloadgcc-3e7db517472f6c671ad616e968f3e1027f42cca7.tar.gz
Daily bump.
Diffstat (limited to 'lto-plugin')
-rw-r--r--lto-plugin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 89e0afb444c..7f88d49d349 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,12 @@
+2022-05-04 Martin Liska <mliska@suse.cz>
+
+ * lto-plugin.c (struct plugin_objfile): Use bool for offset
+ field.
+ (exec_lto_wrapper): Assign true/false to bool variables.
+ (process_offload_section): Likewise.
+ (claim_file_handler): Likewise.
+ (onload): Likewise.
+
2022-03-22 Jakub Jelinek <jakub@redhat.com>
PR lto/102426