From: Alan Modra Date: Tue, 25 Oct 2016 22:58:31 +0000 (+1030) Subject: Revert "bison warning fixes" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a3a7490761797388aae10da3c4b2fba6b876007;p=binutils-gdb.git Revert "bison warning fixes" This reverts commit 95e61695c199a07c832153cea25ae9c331d16a3c. People still want to use older versions of bison, apparently. Revert 2016-10-06 Alan Modra * config/rl78-parse.y: Do use old %name-prefix syntax. * config/rx-parse.y: Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f51df74c4a6..e50628398d2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-10-26 Alan Modra + + Revert 2016-10-06 Alan Modra + * config/rl78-parse.y: Do use old %name-prefix syntax. + * config/rx-parse.y: Likewise. + 2016-10-21 H.J. Lu * config/tc-i386.c (cpu_arch): Remove .pcommit. diff --git a/gas/config/rl78-parse.y b/gas/config/rl78-parse.y index dc981688ef7..72a65610a52 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; diff --git a/gas/config/rx-parse.y b/gas/config/rx-parse.y index 72e03b753cc..c0e321708e9 100644 --- a/gas/config/rx-parse.y +++ b/gas/config/rx-parse.y @@ -130,7 +130,7 @@ static int sub_op2; %} -%name-prefix "rx_" +%name-prefix="rx_" %union { int regno;