Fix typo in last change.
authorAndreas Schwab <schwab@gcc.gnu.org>
Tue, 14 May 2002 08:41:39 +0000 (08:41 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 14 May 2002 08:41:39 +0000 (08:41 +0000)
From-SVN: r53451

gcc/varasm.c

index cb19e4f..279dc90 100644 (file)
@@ -1596,7 +1596,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
     reloc = contains_pointers_p (TREE_TYPE (decl)) ? 3 : 0;
   else if (DECL_INITIAL (decl))
     reloc = output_addressed_constants (DECL_INITIAL (decl));
-  resolve_unique_section (decl, reloc, flag_data_section);
+  resolve_unique_section (decl, reloc, flag_data_sections);
 
   /* Handle uninitialized definitions.  */