Commit 0d620686 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* varasm.c (assemble_start_function): Remove reset of in_section.

From-SVN: r98366
parent a3885f54
2005-04-18 Daniel Jacobowitz <dan@codesourcery.com>
* varasm.c (assemble_start_function): Remove reset of in_section.
2005-04-18 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/21085
......
......@@ -1297,7 +1297,6 @@ assemble_start_function (tree decl, const char *fnname)
}
last_text_section = no_section;
in_section = no_section;
resolve_unique_section (decl, 0, flag_function_sections);
/* Switch to the correct text section for the start of the function. */
......
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