mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-23 09:33:39 +08:00
Fix typo
This commit is contained in:
@ -6556,7 +6556,7 @@ _bfd_mips_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
|| r_type == R_MIPS16_26)
|
|| r_type == R_MIPS16_26)
|
||||||
/* The addend is stored without its two least
|
/* The addend is stored without its two least
|
||||||
significant bits (which are always zero.) */
|
significant bits (which are always zero.) */
|
||||||
addend << 2;
|
addend <<= 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
addend = rel->r_addend;
|
addend = rel->r_addend;
|
||||||
|
Reference in New Issue
Block a user