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

From-SVN: r98366
This commit is contained in:
Daniel Jacobowitz 2005-04-19 03:49:17 +00:00 committed by Daniel Jacobowitz
parent a3885f5477
commit 0d620686ce
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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. */