aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-18 21:15:35 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-18 21:15:35 +0000
commitd945323396c4007b984c10d638305e1add9abd6a (patch)
tree4e1a235f5bf2e74fb20697a823b6a4aca2fcc088 /gas
parent3d0afe12c5f70fe8bd36da6aeaee093b932696e9 (diff)
downloadgdb-d945323396c4007b984c10d638305e1add9abd6a.zip
gdb-d945323396c4007b984c10d638305e1add9abd6a.tar.gz
gdb-d945323396c4007b984c10d638305e1add9abd6a.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <ian@cygnus.com>
+
+ * 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 <law@rtl.cygnus.com>
* config/tc-h8300.c (parse_reg): Tweak error messages.