]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* itbl-parse.y (entry): Provide empty action.
authorAlan Modra <amodra@gmail.com>
Thu, 17 Oct 2002 01:29:54 +0000 (01:29 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 17 Oct 2002 01:29:54 +0000 (01:29 +0000)
gas/ChangeLog
gas/itbl-parse.y

index 72ad349805744d1884ed3ad1f9e9c9c9cf4bd1ca..7a662d8a5f5526ad5e3acae62621f62a84a9ebcf 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-17  Johannes Stezenbach  <js@convergence.de>
+
+       * itbl-parse.y (entry): Provide empty action.
+
 2002-10-14  Momchil Velikov  <velco@fadata.bg>
 
        * config/tc-v850.c (CHECK_): Remove token pasting operator.
index c1afdbd1c69f329fdc47f2bb1ae076a2006bc6dd..9a0b7c3ccbd0e03f27078f521da9e2ac205399e6 100644 (file)
@@ -321,6 +321,7 @@ entry:
            insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
          }
        fieldspecs NL
+         {}
        | NL
        | error NL
        ;