From: Richard Henderson Date: Fri, 16 Mar 2001 01:25:35 +0000 (-0800) Subject: Fix patch merge error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b923ac06c35fa56fe192730f332fed44c48ab1f9;p=gcc.git Fix patch merge error. From-SVN: r40525 --- diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index e4978930ce8..6f0ae8add4b 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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