aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-01 11:22:04 +0000
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-01 11:22:04 +0000
commit2301d121eeafc342132ddceb924c315c2febf42a (patch)
tree3b8b0b6e9a5a1c3f7ce0c7da2f1c304530ecb9e4 /libiberty/ChangeLog
parente55400ddb652aa596b276574b56b4985dd1febaf (diff)
Fix warning for simple-object-elf.c.
2017-09-01 Martin Liska <mliska@suse.cz> * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections): Remove duplicite declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251584 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 191a3116bb7..8c469710f8e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-01 Martin Liska <mliska@suse.cz>
+
+ * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
+ Remove duplicite declaration.
+
2017-08-31 Richard Biener <rguenther@suse.de>
PR lto/81968