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