From b96a430e09b8eda3a21c37412c9b84a5979f3c61 Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Wed, 29 Apr 1992 20:45:03 +0000 Subject: [PATCH] Fix a typo (missing ||) in b_out_squirt_out_relocs. --- bfd/bout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/bout.c b/bfd/bout.c index 867f2fddd0..ff5588108c 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 */