Revert "bison warning fixes"

This reverts commit 95e61695c1.  People
still want to use older versions of bison, apparently.

	Revert 2016-10-06  Alan Modra  <amodra@gmail.com>
	* config/rl78-parse.y: Do use old %name-prefix syntax.
	* config/rx-parse.y: Likewise.
This commit is contained in:
Alan Modra
2016-10-26 09:28:31 +10:30
parent 21280c0ae3
commit 2a3a749076
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2016-10-26 Alan Modra <amodra@gmail.com>
Revert 2016-10-06 Alan Modra <amodra@gmail.com>
* config/rl78-parse.y: Do use old %name-prefix syntax.
* config/rx-parse.y: Likewise.
2016-10-21 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (cpu_arch): Remove .pcommit.

View File

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

View File

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