* config/tc-m68k.c (parse_mri_control_operand): Change leftstart
authorIan Lance Taylor <ian@airs.com>
Mon, 18 Sep 1995 22:25:54 +0000 (22:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 18 Sep 1995 22:25:54 +0000 (22:25 +0000)
commitb3625fe62c5dd321fb775f0c5a36b3fc91a62cea
tree2d8ce8961c5f49458672482b97bb56f9e3b1ca06
parentf9680a0598d7a69750094b5efaee971406ceb083
* config/tc-m68k.c (parse_mri_control_operand): Change leftstart
and rightstart to not be const.
(parse_mri_control_expression): Likewise.
(build_mri_control_operand): Likewise.  If the left side of the
comparison is a register, and the right side is not, swap the two
sides.
* config/m68k-parse.y (m68k_reg_parse): Make globally visible.
* config/m68k-parse.h (m68k_reg_parse): Declare.
gas/ChangeLog
gas/config/m68k-parse.h
gas/config/m68k-parse.y
gas/config/tc-m68k.c