This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=94fe5757db7a4dbb33743b87bf748e906444973b

commit 94fe5757db7a4dbb33743b87bf748e906444973b
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 12 11:51:56 2018 +0000

    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:
---
 bfd/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7cc177c..5f7fcf3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]