diff options
author | Alan Modra <amodra@gmail.com> | 2016-10-26 09:28:31 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-10-26 11:45:50 +1030 |
commit | 2a3a7490761797388aae10da3c4b2fba6b876007 (patch) | |
tree | 2eaad682e882769f0bfc943c7ffe229630893f2f /gas/config/rl78-parse.y | |
parent | 21280c0ae32e182a4401d18664c3da89a7da17fd (diff) | |
download | gdb-2a3a7490761797388aae10da3c4b2fba6b876007.zip gdb-2a3a7490761797388aae10da3c4b2fba6b876007.tar.gz gdb-2a3a7490761797388aae10da3c4b2fba6b876007.tar.bz2 |
Revert "bison warning fixes"
This reverts commit 95e61695c199a07c832153cea25ae9c331d16a3c. 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.
Diffstat (limited to 'gas/config/rl78-parse.y')
-rw-r--r-- | gas/config/rl78-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/rl78-parse.y b/gas/config/rl78-parse.y index dc98168..72a6561 100644 --- a/gas/config/rl78-parse.y +++ b/gas/config/rl78-parse.y @@ -139,7 +139,7 @@ reg_xbc (int reg) %} -%name-prefix "rl78_" +%name-prefix="rl78_" %union { int regno; |