diff options
author | Diego Novillo <dnovillo@google.com> | 2000-08-14 21:12:47 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2000-08-14 21:12:47 +0000 |
commit | fa2255cb6bd0e86e547f64660f09db56365edd9f (patch) | |
tree | 7b1950d5dd9f262286a1a3a25274aab20a0b12ae /gas/ChangeLog | |
parent | c43c2cc5fab9b4e50144fd1a7dce611a7ccc1c6a (diff) | |
download | gdb-fa2255cb6bd0e86e547f64660f09db56365edd9f.zip gdb-fa2255cb6bd0e86e547f64660f09db56365edd9f.tar.gz gdb-fa2255cb6bd0e86e547f64660f09db56365edd9f.tar.bz2 |
* tc-i386.c (md_assemble): Skip suffix check if the opcode modifier
has the IgnoreSize bit set.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1deb66c..61f044f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -41,6 +41,11 @@ Mon Aug 14 11:49:12 2000 Jeffrey A Law (law@cygnus.com) * symbols.c: Fix formatting. * expr.c: Likewise. +Wed Aug 9 16:28:21 EDT 2000 Diego Novillo <dnovillo@cygnus.com> + + * tc-i386.c (md_assemble): Skip suffix check if the opcode modifier + has the IgnoreSize bit set. + 2000-08-09 Alan Modra <alan@linuxcare.com.au> From Rodney Brown <RodneyBrown@mynd.com> |