diff options
Diffstat (limited to 'gas/config/tc-tic54x.c')
-rw-r--r-- | gas/config/tc-tic54x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index 6070477..dc8cc1d 100644 --- a/gas/config/tc-tic54x.c +++ b/gas/config/tc-tic54x.c @@ -4966,7 +4966,7 @@ tic54x_adjust_symtab (void) { unsigned lineno; const char * filename = as_where (&lineno); - c_dot_file_symbol (filename, 0); + c_dot_file_symbol (filename); } } |