* symbols.c (resolve_symbol_value): Formatting.
authorAlan Modra <amodra@gmail.com>
Wed, 15 Nov 2006 21:47:49 +0000 (21:47 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 15 Nov 2006 21:47:49 +0000 (21:47 +0000)
gas/ChangeLog
gas/symbols.c

index 1afffe1089ecfdaa4234924faebebcdce0e27187..7b0894b9f1d3e631faacb74c863b0237e334e8f9 100644 (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
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
This page took 0.028402 seconds and 4 git commands to generate.