diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-17 01:29:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-17 01:29:36 +0000 |
commit | 311797d555eeab4140274c38ac3905ed4c543417 (patch) | |
tree | 618f25b85623a744c36034ce508906c47caa62ca /gas/itbl-parse.y | |
parent | 1cb4e68cb83fda8eb46dd67f555853362879926d (diff) | |
download | gdb-311797d555eeab4140274c38ac3905ed4c543417.zip gdb-311797d555eeab4140274c38ac3905ed4c543417.tar.gz gdb-311797d555eeab4140274c38ac3905ed4c543417.tar.bz2 |
* itbl-parse.y (entry): Provide empty action.
Diffstat (limited to 'gas/itbl-parse.y')
-rw-r--r-- | gas/itbl-parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y index c1afdbd..9a0b7c3 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 ; |