* varasm.c (assemble_start_function): Remove reset of in_section.
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 19 Apr 2005 03:49:17 +0000 (03:49 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Tue, 19 Apr 2005 03:49:17 +0000 (03:49 +0000)
From-SVN: r98366

gcc/ChangeLog
gcc/varasm.c

index dd19840cea7c537ef70f9d4383dd79bceeb8e320..3dc660e309d09b89e7aa6b5b4d1cb4f5a7b68d0b 100644 (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
index f2a361dff20d3e7d28d0c4eb7e3a122c270c8702..a6e67e4caefa9513b0d23790fcf867c9e6f7f768 100644 (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.  */