bison warning fixes
* config/rl78-parse.y: Don't use deprecated %name-prefix. * config/rx-parse.y: Likewise.
This commit is contained in:
parent
616ec3583b
commit
95e61695c1
@ -1,3 +1,8 @@
|
|||||||
|
2016-10-06 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* config/rl78-parse.y: Don't use deprecated %name-prefix.
|
||||||
|
* config/rx-parse.y: Likewise.
|
||||||
|
|
||||||
2016-09-29 Jiong Wang <jiong.wang@arm.com>
|
2016-09-29 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
PR target/20553
|
PR target/20553
|
||||||
|
@ -139,7 +139,7 @@ reg_xbc (int reg)
|
|||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name-prefix="rl78_"
|
%name-prefix "rl78_"
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
int regno;
|
int regno;
|
||||||
|
@ -130,7 +130,7 @@ static int sub_op2;
|
|||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name-prefix="rx_"
|
%name-prefix "rx_"
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
int regno;
|
int regno;
|
||||||
|
Loading…
Reference in New Issue
Block a user