mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +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;
|
||||
}
|
||||
if (output_section == &bfd_com_section
|
||||
output_section == &bfd_abs_section
|
||||
|| output_section == &bfd_abs_section
|
||||
|| output_section == &bfd_und_section)
|
||||
{
|
||||
/* Fill in symbol */
|
||||
|
Reference in New Issue
Block a user