aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2009-04-01 21:07:14 +0000
committerSterling Augustine <saugustine@google.com>2009-04-01 21:07:14 +0000
commit1ec520b7b1ef899590b69decc4a84c93469334d2 (patch)
tree453c8d6f53e6b29eb12022cd91d313ef2519d1bc /gas/config
parentee69830047635406ad2a29a2c7d330386f72ecb9 (diff)
downloadgdb-1ec520b7b1ef899590b69decc4a84c93469334d2.zip
gdb-1ec520b7b1ef899590b69decc4a84c93469334d2.tar.gz
gdb-1ec520b7b1ef899590b69decc4a84c93469334d2.tar.bz2
2009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
* config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-xtensa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c
index 04e96d3..590ffdb 100644
--- a/gas/config/tc-xtensa.c
+++ b/gas/config/tc-xtensa.c
@@ -2046,6 +2046,7 @@ parse_arguments (TInsn *insn, int num_args, char **arg_strings)
last_tok = tok;
last_opnd_cnt = opnd_cnt;
+ demand_empty_rest_of_line ();
do
{