forked from Imagelibrary/binutils-gdb
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:
@@ -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.
|
||||
|
||||
@@ -139,7 +139,7 @@ reg_xbc (int reg)
|
||||
|
||||
%}
|
||||
|
||||
%name-prefix "rl78_"
|
||||
%name-prefix="rl78_"
|
||||
|
||||
%union {
|
||||
int regno;
|
||||
|
||||
@@ -130,7 +130,7 @@ static int sub_op2;
|
||||
|
||||
%}
|
||||
|
||||
%name-prefix "rx_"
|
||||
%name-prefix="rx_"
|
||||
|
||||
%union {
|
||||
int regno;
|
||||
|
||||
Reference in New Issue
Block a user