Fix compile time warning: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to itself.

* elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
	assignment.
This commit is contained in:
Nick Clifton 2018-02-12 11:51:56 +00:00
parent 7eb84119d8
commit 94fe5757db
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-02-12 Nick Clifton <nickc@redhat.com>
* elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
assignment.
2018-02-09 Eric Botcazou <ebotcazou@adacore.com>
* elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.