diff options
author | Sterling Augustine <saugustine@google.com> | 2009-04-01 21:07:14 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2009-04-01 21:07:14 +0000 |
commit | 1ec520b7b1ef899590b69decc4a84c93469334d2 (patch) | |
tree | 453c8d6f53e6b29eb12022cd91d313ef2519d1bc /gas/config | |
parent | ee69830047635406ad2a29a2c7d330386f72ecb9 (diff) | |
download | gdb-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.c | 1 |
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 { |