* config/tc-m68k.c (parse_mri_control_operand): Change leftstop
authorIan Lance Taylor <ian@airs.com>
Tue, 19 Sep 1995 15:36:38 +0000 (15:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 19 Sep 1995 15:36:38 +0000 (15:36 +0000)
commite1c0287d1c8d2ba3ff67f0d1babc89a5d24c96d3
treefa5effc231ef2ac4688f610b2b4dce1bed41a11d
parent486e0f0ac5320742b2765d5ee103c661e22f0553
* config/tc-m68k.c (parse_mri_control_operand): Change leftstop
and rightstop to not be const.
(parse_mri_control_expression): Likewise.
(build_mri_control_operand): Likewise.  Use m68k_ip_op to examine
the operand, not m68k_reg_parse.
(s_mri_if): In MRI mode, stop at the first '*'.
(s_mri_while): Likewise.
(s_mri_else): In MRI mode, ignore trailing characters.
(s_mri_endi, s_mri_break, s_mri_next, s_mri_for): Likewise.
(s_mri_endf, s_mri_repeat, s_mri_until, s_mri_endw): Likewise.
* config/m68k-parse.y: Revert yesterday's change.
* config/m68k-parse.h: Revert yesterday's change.
gas/ChangeLog
gas/config/tc-m68k.c