From: Michael Tiemann Date: Wed, 29 Apr 1992 20:45:03 +0000 (+0000) Subject: Fix a typo (missing ||) in b_out_squirt_out_relocs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b96a430e09b8eda3a21c37412c9b84a5979f3c61;p=binutils-gdb.git Fix a typo (missing ||) in b_out_squirt_out_relocs. --- diff --git a/bfd/bout.c b/bfd/bout.c index 867f2fddd07..ff5588108ce 100644 --- a/bfd/bout.c +++ b/bfd/bout.c @@ -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 */