From: Ian Lance Taylor Date: Tue, 18 Jun 1996 21:15:35 +0000 (+0000) Subject: * config/tc-i386.c (md_assemble): When checking the size of a X-Git-Tag: gdb-4_18~8503 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d945323396c4007b984c10d638305e1add9abd6a;p=external%2Fbinutils.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ec9a58..15ec9e7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 18 17:13:33 1996 Ian Lance Taylor + + * 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. + Tue Jun 18 13:19:51 1996 Jeffrey A. Law * config/tc-h8300.c (parse_reg): Tweak error messages.