* 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> 2006-11-15 Jan Beulich <jbeulich@novell.com>
PR/3469 PR/3469

View file

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