From c58ff925576e6838f21c9ee6cba123d3bfdd1d63 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 17 Oct 2002 01:29:54 +0000 Subject: [PATCH] * itbl-parse.y (entry): Provide empty action. --- gas/ChangeLog | 4 ++++ gas/itbl-parse.y | 1 + 2 files changed, 5 insertions(+) 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 ; -- 2.47.3