aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-10-21 14:53:11 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2004-10-21 14:53:11 +0000
commitfd48a7707fbd42ae608a8b1a58bf4143a012aa40 (patch)
treead17b968a673ec6c2eb174dc78b401a5116d30f2 /gcc/dbxout.c
parente80b80fb852dc579d5c754db2645a464a387404f (diff)
* dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
* xcoffout.h (DBX_FINISH_SYMBOL): Change asmfile to (ASMFILE). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@89378 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
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)