diff options
author | Alan Modra <amodra@gmail.com> | 2016-10-06 08:55:23 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-10-06 09:36:33 +1030 |
commit | 95e61695c199a07c832153cea25ae9c331d16a3c (patch) | |
tree | b4fc6a28a03324a6c2ee0e120dcd6cac3da445e8 /gas/config/rl78-parse.y | |
parent | 616ec3583b7b6ba0a4e581c426b700b0664a3027 (diff) | |
download | gdb-95e61695c199a07c832153cea25ae9c331d16a3c.zip gdb-95e61695c199a07c832153cea25ae9c331d16a3c.tar.gz gdb-95e61695c199a07c832153cea25ae9c331d16a3c.tar.bz2 |
bison warning fixes
* config/rl78-parse.y: Don't use deprecated %name-prefix.
* 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 72a6561..dc98168 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; |