From 0dda4eea66db8f6452c7f2f13969cb36cfd0a43a Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 21 Oct 2004 14:53:11 +0000 Subject: dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument. * dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument. * xcoffout.h (DBX_FINISH_SYMBOL): Change asmfile to (ASMFILE). From-SVN: r89378 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index df5b4b0b5b1..9f8c37aefb0 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2774,7 +2774,7 @@ static void dbxout_finish_symbol (tree sym) { #ifdef DBX_FINISH_SYMBOL - DBX_FINISH_SYMBOL (sym); + DBX_FINISH_SYMBOL (asm_out_file, sym); #else int line = 0; if (use_gnu_debug_info_extensions && sym != 0) -- cgit v1.2.1