aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2018-07-26 12:13:14 +0000
committerRichard Earnshaw <Richard.Earnshaw@arm.com>2018-08-01 14:23:10 +0100
commit50320b1d4a1dd06db70aeea485e0ffd9871548e0 (patch)
tree989746aec38b2b02a23672dedaf33b7b5594efc2 /libiberty/ChangeLog
parenta67ae9b01af7eb2b1f8e5c517338a4b12167ce40 (diff)
downloadfsf-binutils-gdb-50320b1d4a1dd06db70aeea485e0ffd9871548e0.zip
fsf-binutils-gdb-50320b1d4a1dd06db70aeea485e0ffd9871548e0.tar.gz
fsf-binutils-gdb-50320b1d4a1dd06db70aeea485e0ffd9871548e0.tar.bz2
Copy from GCC: Add linker_output as prefix for LTO temps (PR lto/86548).
2018-07-26 Martin Liska <mliska@suse.cz> PR lto/86548 * libiberty.h (make_temp_file_with_prefix): New function. 2018-07-26 Martin Liska <mliska@suse.cz> PR lto/86548 * make-temp-file.c (TEMP_FILE): Remove leading 'cc'. (make_temp_file): Call make_temp_file_with_prefix with first argument set to NULL. (make_temp_file_with_prefix): Support also prefix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index cde8bf7..b9cbee3 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,14 @@
+2018-08-01 Richard Earnshaw <rearnsha@arm.com>
+
+ Copy over from GCC
+ 2018-07-26 Martin Liska <mliska@suse.cz>
+
+ PR lto/86548
+ * make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
+ (make_temp_file): Call make_temp_file_with_prefix with
+ first argument set to NULL.
+ (make_temp_file_with_prefix): Support also prefix.
+
2018-07-18 Eli Zaretskii <eliz@gnu.org>
PR gdb/23434