From: Nick Clifton Date: Mon, 12 Feb 2018 11:51:56 +0000 (+0000) Subject: Fix compile time warning: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94fe5757db7a4dbb33743b87bf748e906444973b;p=binutils-gdb.git 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7cc177cc165..5f7fcf3cdeb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-02-12 Nick Clifton + + * elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant + assignment. + 2018-02-09 Eric Botcazou * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.