projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5022aea
)
Fix a typo (missing ||) in b_out_squirt_out_relocs.
author
Michael Tiemann
<tiemann@cygnus>
Wed, 29 Apr 1992 20:45:03 +0000
(20:45 +0000)
committer
Michael Tiemann
<tiemann@cygnus>
Wed, 29 Apr 1992 20:45:03 +0000
(20:45 +0000)
bfd/bout.c
patch
|
blob
|
history
diff --git
a/bfd/bout.c
b/bfd/bout.c
index 867f2fddd076d38c3ec9efbe285a885a647736c7..ff5588108cec72b9e18e60dc50eeef1cf78b7145 100644
(file)
--- 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 */