projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb4e68
)
* itbl-parse.y (entry): Provide empty action.
author
Alan Modra
<amodra@gmail.com>
Thu, 17 Oct 2002 01:29:36 +0000
(
01:29
+0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 17 Oct 2002 01:29:36 +0000
(
01:29
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/itbl-parse.y
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index c95f29e9a77e0e0dddfbdfe384ba92625c3017a9..bf01a719cb2313d423d9866128bea9b7487d70b9 100644
(file)
--- 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 c1afdbd1c69f329fdc47f2bb1ae076a2006bc6dd..9a0b7c3ccbd0e03f27078f521da9e2ac205399e6 100644
(file)
--- 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
;