Fix patch merge error.
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 16 Mar 2001 01:25:35 +0000 (17:25 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 16 Mar 2001 01:25:35 +0000 (17:25 -0800)
From-SVN: r40525

gcc/dwarf2out.c

index e4978930ce8d6cf652103f3d732bf64129b64806..6f0ae8add4b7a9a6574361eed9f02664462a881e 100644 (file)
@@ -6451,7 +6451,7 @@ output_line_info ()
          current_file = line_info->dw_file_num;
          dw2_asm_output_data (1, DW_LNS_set_file, "DW_LNS_set_file");
          dw2_asm_output_data_uleb128 (current_file, "(\"%s\")",
-                                      file_table.table[current_file]);
+                                      line_file_table.table[current_file]);
        }
 
       /* Emit debug info for the current line number, choosing the encoding
@@ -6562,7 +6562,7 @@ output_line_info ()
          current_file = line_info->dw_file_num;
          dw2_asm_output_data (1, DW_LNS_set_file, "DW_LNS_set_file");
          dw2_asm_output_data_uleb128 (current_file, "(\"%s\")",
-                                      file_table.table[current_file]);
+                                      line_file_table.table[current_file]);
        }
 
       /* Emit debug info for the current line number, choosing the encoding