From b923ac06c35fa56fe192730f332fed44c48ab1f9 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 15 Mar 2001 17:25:35 -0800 Subject: [PATCH] Fix patch merge error. From-SVN: r40525 --- gcc/dwarf2out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2