mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
Fix a typo (missing ||) in b_out_squirt_out_relocs.
This commit is contained in:
@ -530,7 +530,7 @@ else
|
|||||||
raw[7] = len_2;
|
raw[7] = len_2;
|
||||||
}
|
}
|
||||||
if (output_section == &bfd_com_section
|
if (output_section == &bfd_com_section
|
||||||
output_section == &bfd_abs_section
|
|| output_section == &bfd_abs_section
|
||||||
|| output_section == &bfd_und_section)
|
|| output_section == &bfd_und_section)
|
||||||
{
|
{
|
||||||
/* Fill in symbol */
|
/* Fill in symbol */
|
||||||
|
Reference in New Issue
Block a user