From: Alan Modra Date: Thu, 17 Oct 2002 01:29:54 +0000 (+0000) Subject: * itbl-parse.y (entry): Provide empty action. X-Git-Tag: binutils-2_13_1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c58ff925576e6838f21c9ee6cba123d3bfdd1d63;p=thirdparty%2Fbinutils-gdb.git * itbl-parse.y (entry): Provide empty action. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 72ad3498057..7a662d8a5f5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-10-17 Johannes Stezenbach + + * itbl-parse.y (entry): Provide empty action. + 2002-10-14 Momchil Velikov * config/tc-v850.c (CHECK_): Remove token pasting operator. diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y index c1afdbd1c69..9a0b7c3ccbd 100644 --- a/gas/itbl-parse.y +++ b/gas/itbl-parse.y @@ -321,6 +321,7 @@ entry: insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6); } fieldspecs NL + {} | NL | error NL ;