diff options
author | Nick Clifton <nickc@redhat.com> | 2018-02-12 11:51:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-12 11:51:56 +0000 |
commit | 94fe5757db7a4dbb33743b87bf748e906444973b (patch) | |
tree | b22442f8d7209882627c3ce999715969df95e604 /bfd/ChangeLog | |
parent | 7eb84119d88e6aadb0323951f42e5dcd92817835 (diff) | |
download | gdb-94fe5757db7a4dbb33743b87bf748e906444973b.zip gdb-94fe5757db7a4dbb33743b87bf748e906444973b.tar.gz gdb-94fe5757db7a4dbb33743b87bf748e906444973b.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7cc177cc..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. |