mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to itself.
This commit is contained in:
@ -9690,7 +9690,6 @@ nds32_elf_relax_longjump3 (bfd *abfd, asection *sec, Elf_Internal_Rela *irel,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info), reloc);
|
irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info), reloc);
|
||||||
irel->r_addend = irel->r_addend;
|
|
||||||
hi_irelfn->r_info = ELF32_R_INFO (ELF32_R_SYM (hi_irelfn->r_info),
|
hi_irelfn->r_info = ELF32_R_INFO (ELF32_R_SYM (hi_irelfn->r_info),
|
||||||
cond_reloc);
|
cond_reloc);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user