* symbols.c (resolve_symbol_value): Formatting.

This commit is contained in:
Alan Modra 2006-11-15 21:47:49 +00:00
parent bdf128d65b
commit 0023dd272f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-11-16 Alan Modra <amodra@bigpond.net.au>
* symbols.c (resolve_symbol_value): Formatting.
2006-11-15 Jan Beulich <jbeulich@novell.com>
PR/3469

View File

@ -1080,9 +1080,9 @@ resolve_symbol_value (symbolS *symp)
symp->sy_resolving = 0;
goto exit_dont_set_value;
}
else if (finalize_syms &&
((final_seg == expr_section && seg_left != expr_section) ||
symbol_shadow_p (symp)))
else if (finalize_syms
&& ((final_seg == expr_section && seg_left != expr_section)
|| symbol_shadow_p (symp)))
{
/* If the symbol is an expression symbol, do similarly
as for undefined and common syms above. Handles