* itbl-parse.y (entry): Provide empty action.
This commit is contained in:
parent
1cb4e68cb8
commit
311797d555
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2002-10-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* configure.in (BFDVER_H): Set and subst.
|
* configure.in (BFDVER_H): Set and subst.
|
||||||
|
|
|
@ -321,6 +321,7 @@ entry:
|
||||||
insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
|
insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
|
||||||
}
|
}
|
||||||
fieldspecs NL
|
fieldspecs NL
|
||||||
|
{}
|
||||||
| NL
|
| NL
|
||||||
| error NL
|
| error NL
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue