summaryrefslogtreecommitdiff
path: root/lto-plugin
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-05-27 07:45:56 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-05-27 07:45:56 +0000
commitc3a4169be95d5ccf21296ad4e483981d8375f1ae (patch)
tree02d46cda46891301a30e04e9b1b2c3b2fa98822b /lto-plugin
parentbc48456d085d4ab8be92cf5369624dd86317cecb (diff)
Daily bump.
Diffstat (limited to 'lto-plugin')
-rw-r--r--lto-plugin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 7be98a1a12e..21d3df630e0 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,11 @@
+2020-05-26 Alexandre Oliva <oliva@adacore.com>
+
+ * lto-plugin.c (skip_in_suffix): New.
+ (exec_lto_wrapper): Use skip_in_suffix and concat to build
+ non-temporary output names.
+ (onload): Look for -dumpdir in COLLECT_GCC_OPTIONS, and
+ override link_output_name with it.
+
2020-05-12 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/94998