Skip to content

Commit

Permalink
Fix warning for simple-object-elf.c.
Browse files Browse the repository at this point in the history
2017-09-01  Martin Liska  <[email protected]>

	* 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
  • Loading branch information
marxin committed Sep 1, 2017
1 parent e55400d commit 2301d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libiberty/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-09-01 Martin Liska <[email protected]>

* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
Remove duplicite declaration.

2017-08-31 Richard Biener <[email protected]>

PR lto/81968
Expand Down
1 change: 0 additions & 1 deletion libiberty/simple-object-elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,6 @@ simple_object_elf_copy_lto_debug_sections (simple_object_read *sobj,
off_t offset;
off_t length;
int ret;
const char *errmsg;
simple_object_write_section *dest;
off_t flags;
unsigned char *buf;
Expand Down

0 comments on commit 2301d12

Please sign in to comment.