OSDN Git Service

* itbl-parse.y (entry): Provide empty action.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 17 Oct 2002 01:29:36 +0000 (01:29 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 17 Oct 2002 01:29:36 +0000 (01:29 +0000)
gas/ChangeLog
gas/itbl-parse.y

index c95f29e..bf01a71 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-17  Johannes Stezenbach  <js@convergence.de>
+
+       * itbl-parse.y (entry): Provide empty action.
+
 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.in (BFDVER_H): Set and subst.
index c1afdbd..9a0b7c3 100644 (file)
@@ -321,6 +321,7 @@ entry:
            insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
          }
        fieldspecs NL
+         {}
        | NL
        | error NL
        ;