aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-01-02 08:45:05 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-01-02 08:45:05 +0000
commitc1177db4fa8c12395a52bb11bb50df86cd371727 (patch)
tree9dfc2ac39ab981c198a7edf3be4953b2a1813796 /libiberty/ChangeLog
parentd42e3a016b75873a06a2506f1eee2c4dd8ee1025 (diff)
downloadgcc-c1177db4fa8c12395a52bb11bb50df86cd371727.zip
gcc-c1177db4fa8c12395a52bb11bb50df86cd371727.tar.gz
gcc-c1177db4fa8c12395a52bb11bb50df86cd371727.tar.bz2
re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))
2017-01-02 Richard Biener <rguenther@suse.de> PR lto/83452 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section): Do not use UNDEF locals for removed symbols but instead just define them in the first prevailing section and with no name. Use the same gnu_lto_v1 name for all removed globals we promote to WEAK UNDEFs so hpux can use a stub to provide this symbol. Clear sh_info and sh_link in removed sections. From-SVN: r256069
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index c8e1e13..08abd3b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,13 @@
+2017-01-02 Richard Biener <rguenther@suse.de>
+
+ PR lto/83452
+ * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
+ Do not use UNDEF locals for removed symbols but instead just
+ define them in the first prevailing section and with no name.
+ Use the same gnu_lto_v1 name for all removed globals we promote to
+ WEAK UNDEFs so hpux can use a stub to provide this symbol. Clear
+ sh_info and sh_link in removed sections.
+
2017-10-30 Richard Biener <rguenther@suse.de>
PR lto/82757