2006-12-13 Paul Brook <paul@codesourcery.com>
[binutils-gdb.git] / gas / symbols.c
index 6a90bba219de40c64d111ab6202722548e81ce92..41fabc5df0a5987aee1fadbcf2a35fc8c3fec055 100644 (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