Commit d88a8ff5 by Andreas Schwab

Fix typo in last change.

From-SVN: r53451
parent c1ae3eb4
...@@ -1596,7 +1596,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data) ...@@ -1596,7 +1596,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
reloc = contains_pointers_p (TREE_TYPE (decl)) ? 3 : 0; reloc = contains_pointers_p (TREE_TYPE (decl)) ? 3 : 0;
else if (DECL_INITIAL (decl)) else if (DECL_INITIAL (decl))
reloc = output_addressed_constants (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. */ /* Handle uninitialized definitions. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment