]> Git Repo - binutils.git/commitdiff
* config/tc-i386.c (md_assemble): When checking the size of a
authorIan Lance Taylor <[email protected]>
Tue, 18 Jun 1996 21:15:35 +0000 (21:15 +0000)
committerIan Lance Taylor <[email protected]>
Tue, 18 Jun 1996 21:15:35 +0000 (21:15 +0000)
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

index 0ec9a5832c48281a7a450fb90565e55f6df731e4..15ec9e7a7d838f4f775a7fc6487dbd60fd32f5cd 100644 (file)
@@ -1,3 +1,10 @@
+Tue Jun 18 17:13:33 1996  Ian Lance Taylor  <[email protected]>
+
+       * 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  <[email protected]>
 
        * config/tc-h8300.c (parse_reg): Tweak error messages.
This page took 0.043674 seconds and 4 git commands to generate.