mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
This commit is contained in:
@ -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>
|
2004-11-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
* config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
||||||
|
@ -5379,7 +5379,7 @@ tic54x_adjust_symtab ()
|
|||||||
char *filename;
|
char *filename;
|
||||||
unsigned lineno;
|
unsigned lineno;
|
||||||
as_where (&filename, &lineno);
|
as_where (&filename, &lineno);
|
||||||
c_dot_file_symbol (filename);
|
c_dot_file_symbol (filename, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user