(dwarfout_line): Push to LINE_SECTION after calling lookup_filename.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Jan 1997 12:12:18 +0000 (07:12 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Jan 1997 12:12:18 +0000 (07:12 -0500)
From-SVN: r13480

gcc/dwarfout.c

index ffba2a3c33a7c0816dc2c7bd973f6e3106fcb9b0..8c5ea39d1322f1838e420f8f1ac409c75fbf8832 100644 (file)
@@ -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];