Revert "bison warning fixes"
authorAlan Modra <amodra@gmail.com>
Tue, 25 Oct 2016 22:58:31 +0000 (09:28 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 26 Oct 2016 01:15:50 +0000 (11:45 +1030)
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.

gas/ChangeLog
gas/config/rl78-parse.y
gas/config/rx-parse.y

index f51df74c4a6fd5eb022d64ac4b342b45e2ecd5ce..e50628398d2649e7e60967dbe1e80861895d83f2 100644 (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.
index dc981688ef78b48e66f7e18d8f9213de36eca751..72a65610a52489bc10e89588c3fa3d33d68adbc1 100644 (file)
@@ -139,7 +139,7 @@ reg_xbc (int reg)
 
 %}
 
-%name-prefix "rl78_"
+%name-prefix="rl78_"
 
 %union {
   int regno;
index 72e03b753cc30cdc9b41e243a033eab4df34ac2b..c0e321708e922b8743c7dfa466e81acc5f718cfc 100644 (file)
@@ -130,7 +130,7 @@ static int    sub_op2;
 
 %}
 
-%name-prefix "rx_"
+%name-prefix="rx_"
 
 %union {
   int regno;
This page took 0.028107 seconds and 4 git commands to generate.