diff options
| author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 03:49:17 +0000 |
|---|---|---|
| committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 03:49:17 +0000 |
| commit | e6a991bd68e359b68170c4dee32ab34f878f6561 (patch) | |
| tree | 725823fdb0e9aab62a2a1166747779efadc7ee04 /gcc/varasm.c | |
| parent | 6ddaa100f3fb6e330bce20314c548a789fcbc62a (diff) | |
| download | ppe42-gcc-e6a991bd68e359b68170c4dee32ab34f878f6561.tar.gz ppe42-gcc-e6a991bd68e359b68170c4dee32ab34f878f6561.zip | |
* varasm.c (assemble_start_function): Remove reset of in_section.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
| -rw-r--r-- | gcc/varasm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index f2a361dff20..a6e67e4caef 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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. */ |

