summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-17 01:29:36 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-17 01:29:36 +0000
commitbcf120aa1ee282d4f6cf03ad617159374857195f (patch)
tree7f197417585de8f5bcf89c7f2444c709096d22e4
parentb0b97c01f5c5b357a6571a6c2f9b2a44b35cf8b1 (diff)
downloadbinutils-redhat-bcf120aa1ee282d4f6cf03ad617159374857195f.tar.gz
* itbl-parse.y (entry): Provide empty action.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/itbl-parse.y1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c95f29e9a7..bf01a719cb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y
index c1afdbd1c6..9a0b7c3ccb 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
;