bison warning fixes

* config/rl78-parse.y: Don't use deprecated %name-prefix.
	* config/rx-parse.y: Likewise.
This commit is contained in:
Alan Modra 2016-10-06 08:55:23 +10:30
parent 616ec3583b
commit 95e61695c1
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -139,7 +139,7 @@ reg_xbc (int reg)
%} %}
%name-prefix="rl78_" %name-prefix "rl78_"
%union { %union {
int regno; int regno;

View File

@ -130,7 +130,7 @@ static int sub_op2;
%} %}
%name-prefix="rx_" %name-prefix "rx_"
%union { %union {
int regno; int regno;