Tue Jul 7 13:00:37 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
authorIan Lance Taylor <ian@airs.com>
Tue, 7 Jul 1998 17:09:55 +0000 (17:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 7 Jul 1998 17:09:55 +0000 (17:09 +0000)
commit4edc93e913be417a2e961516bc8956771046f31a
tree87a480c4a94fbc3b9657af4674c665acb5939cc9
parent89f015d75044fbdfc595c621c96188a715eb6cc9
Tue Jul  7 13:00:37 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>

* config/tc-i386.c (space_chars): Remove. The scrubber converts
sequences of whitespace to a single space.
(is_space_chars): Just compare with space.
(md_begin): Don't initialize space_chars.
(md_assemble): Just skip a single whitespace character.
(i386_operand): Rewrite base-index parsing to use new
parse_register, and to skip white space.  Skip white space in a
number of other places too.  Don't give error message if
parse_register fails.
(parse_register): Change reg_string parameter to be non-const.
Add end_op parameter.  Skip white space after the `%', and return
end of register string.  Give error message here rather than
caller.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.023891 seconds and 4 git commands to generate.