* config/tc-i386.c (md_assemble): When checking the size of a
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 21:15:35 +0000 (21:15 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 21:15:35 +0000 (21:15 +0000)
commitd945323396c4007b984c10d638305e1add9abd6a
tree4e1a235f5bf2e74fb20697a823b6a4aca2fcc088
parent3d0afe12c5f70fe8bd36da6aeaee093b932696e9
* config/tc-i386.c (md_assemble): When checking the size of a
register to set the size of an instruction, do a bitwise and with
Reg8 and Reg16 rather than requiring the type to be exactly Reg8
or Reg16.
gas/ChangeLog