diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index 1346b37..948ecd3 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1599,6 +1599,8 @@ final_start_function (first, file, optimize) /* Output DWARF definition of the function. */ if (dwarf2out_do_frame ()) dwarf2out_begin_prologue (); + else + current_function_func_begin_label = 0; #endif /* For SDB and XCOFF, the function beginning must be marked between |