(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
This commit is contained in:
parent
ef0f43a9d2
commit
5519f6ea17
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-22 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
|
||||
c_dot_file_symbol.
|
||||
|
||||
2004-11-19 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue