mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
fixup another old style function definition
gas/ChangeLog: 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * itbl-parse.y (yyerror): Use modern argument declaration style.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
|
* itbl-parse.y (yyerror): Use modern argument declaration style.
|
||||||
|
|
||||||
2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* config/tc-sh.c (parse_reg): Change type of mode argument to
|
* config/tc-sh.c (parse_reg): Change type of mode argument to
|
||||||
|
@ -450,8 +450,7 @@ value:
|
|||||||
%%
|
%%
|
||||||
|
|
||||||
static int
|
static int
|
||||||
yyerror (msg)
|
yyerror (const char *msg)
|
||||||
const char *msg;
|
|
||||||
{
|
{
|
||||||
printf ("line %d: %s\n", insntbl_line, msg);
|
printf ("line %d: %s\n", insntbl_line, msg);
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user