From: Richard Kenner Date: Fri, 10 Jan 1997 12:12:18 +0000 (-0500) Subject: (dwarfout_line): Push to LINE_SECTION after calling lookup_filename. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3800b162ec0fa8ec66eaac506dc7cdc2caefe46c;p=gcc.git (dwarfout_line): Push to LINE_SECTION after calling lookup_filename. From-SVN: r13480 --- diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index ffba2a3c33a..8c5ea39d132 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -5378,13 +5378,13 @@ dwarfout_line (filename, line) ASM_OUTPUT_LABEL (asm_out_file, label); fputc ('\n', asm_out_file); - ASM_OUTPUT_PUSH_SECTION (asm_out_file, LINE_SECTION); if (use_gnu_debug_info_extensions) this_file_entry_num = lookup_filename (filename); else this_file_entry_num = (unsigned) -1; + ASM_OUTPUT_PUSH_SECTION (asm_out_file, LINE_SECTION); if (this_file_entry_num != prev_file_entry_num) { char line_entry_label[MAX_ARTIFICIAL_LABEL_BYTES];