OSDN Git Service

Fix patch merge error.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2001 01:25:35 +0000 (01:25 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2001 01:25:35 +0000 (01:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40525 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dwarf2out.c

index e497893..6f0ae8a 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