diff options
author | Alan Modra <amodra@gmail.com> | 2020-12-07 14:03:47 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-12-07 22:17:05 +1030 |
commit | fde0214a915dc09743006022df2365f8e9ea3eed (patch) | |
tree | 79c664a764b545c935133430c6bc610afffd2d4c /bfd/ChangeLog | |
parent | a315d3902d6aa485c385f0b977da71cd7c3adb38 (diff) | |
download | binutils-fde0214a915dc09743006022df2365f8e9ea3eed.zip binutils-fde0214a915dc09743006022df2365f8e9ea3eed.tar.gz binutils-fde0214a915dc09743006022df2365f8e9ea3eed.tar.bz2 |
elf32-csky.c:3932:19: error: comparison is always false
It looks like csky missed out on an edit for 706704c8834. Not that it
matters very much. There doesn't appear to be any csky reloc howto
that sets the negate bit.
Similarly for ns32k and nds32.
* elf32-csky.c (csky_relocate_contents): Correct negate test.
* cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Likewise.
* elf32-nds32.c (nds32_relocate_contents): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1cf0624..8a32d5c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2020-12-07 Alan Modra <amodra@gmail.com> + + * elf32-csky.c (csky_relocate_contents): Correct negate test. + * cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Likewise. + * elf32-nds32.c (nds32_relocate_contents): Likewise. + 2020-12-05 Maciej W. Rozycki <macro@linux-mips.org> * elf32-vax.c (elf_vax_check_relocs) <R_VAX_GOT32>: Use |