Commit 39baa1d3 by Martin Liska Committed by Martin Liska

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.

From-SVN: r251584
parent 8dc9277a
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> 2017-08-31 Richard Biener <rguenther@suse.de>
PR lto/81968 PR lto/81968
......
...@@ -1232,7 +1232,6 @@ simple_object_elf_copy_lto_debug_sections (simple_object_read *sobj, ...@@ -1232,7 +1232,6 @@ simple_object_elf_copy_lto_debug_sections (simple_object_read *sobj,
off_t offset; off_t offset;
off_t length; off_t length;
int ret; int ret;
const char *errmsg;
simple_object_write_section *dest; simple_object_write_section *dest;
off_t flags; off_t flags;
unsigned char *buf; unsigned char *buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment