x86: replace Reg8, Reg16, Reg32, and Reg64
[deliverable/binutils-gdb.git] / gas / config / rx-parse.y
index 72e03b753cc30cdc9b41e243a033eab4df34ac2b..4471996ea089d15b466413719cd528896708478c 100644 (file)
@@ -1,5 +1,5 @@
 /* rx-parse.y  Renesas RX parser
-   Copyright (C) 2008-2016 Free Software Foundation, Inc.
+   Copyright (C) 2008-2017 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -130,7 +130,7 @@ static int    sub_op2;
 
 %}
 
-%name-prefix "rx_"
+%name-prefix="rx_"
 
 %union {
   int regno;
@@ -1643,7 +1643,7 @@ zero_expr (void)
 static int
 immediate (expressionS exp, int type, int pos, int bits)
 {
-  /* We will emit constants ourself here, so negate them.  */
+  /* We will emit constants ourselves here, so negate them.  */
   if (type == RXREL_NEGATIVE && exp.X_op == O_constant)
     exp.X_add_number = - exp.X_add_number;
   if (type == RXREL_NEGATIVE_BORROW)
This page took 0.023734 seconds and 4 git commands to generate.