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 <dje@gcc.gnu.org>2004-10-21 10:53:11 -0400
commit0dda4eea66db8f6452c7f2f13969cb36cfd0a43a (patch)
treead17b968a673ec6c2eb174dc78b401a5116d30f2 /gcc/dbxout.c
parent996e539545fa047c2df21645768d40cb67f50acf (diff)
downloadgcc-0dda4eea66db8f6452c7f2f13969cb36cfd0a43a.zip
gcc-0dda4eea66db8f6452c7f2f13969cb36cfd0a43a.tar.gz
gcc-0dda4eea66db8f6452c7f2f13969cb36cfd0a43a.tar.bz2
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
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 df5b4b0..9f8c37a 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)