aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-22 10:02:27 +0000
committerNick Clifton <nickc@redhat.com>2004-11-22 10:02:27 +0000
commit5519f6ea17e0a28647585aec32739d8ad8f52b12 (patch)
tree781c390a948619bb2c9762f1b4e1ce61c5ccd369 /gas/config
parentef0f43a9d252c7e94b674454953f57c207de1a30 (diff)
downloadgdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.zip
gdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.tar.gz
gdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.tar.bz2
(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-tic54x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c
index 87dd6da..d9b850e 100644
--- a/gas/config/tc-tic54x.c
+++ b/gas/config/tc-tic54x.c
@@ -5379,7 +5379,7 @@ tic54x_adjust_symtab ()
char *filename;
unsigned lineno;
as_where (&filename, &lineno);
- c_dot_file_symbol (filename);
+ c_dot_file_symbol (filename, 0);
}
}