From 3800b162ec0fa8ec66eaac506dc7cdc2caefe46c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 10 Jan 1997 07:12:18 -0500 Subject: [PATCH] (dwarfout_line): Push to LINE_SECTION after calling lookup_filename. From-SVN: r13480 --- gcc/dwarfout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.30.2