bison warning fixes
authorAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 22:25:23 +0000 (08:55 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 23:06:33 +0000 (09:36 +1030)
* config/rl78-parse.y: Don't use deprecated %name-prefix.
* config/rx-parse.y: Likewise.

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

index 7292178..22a948d 100644 (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>
 
        PR target/20553
index 72a6561..dc98168 100644 (file)
@@ -139,7 +139,7 @@ reg_xbc (int reg)
 
 %}
 
-%name-prefix="rl78_"
+%name-prefix "rl78_"
 
 %union {
   int regno;
index c0e3217..72e03b7 100644 (file)
@@ -130,7 +130,7 @@ static int    sub_op2;
 
 %}
 
-%name-prefix="rx_"
+%name-prefix "rx_"
 
 %union {
   int regno;