diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-09 16:55:14 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-09 16:55:14 +0000 |
commit | 45664ddbb03f2d1d894706fddfa8e27b67dee25a (patch) | |
tree | 5c370b3a4154e8b207f2e569fb0450c82104814f /gas/ChangeLog | |
parent | 0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2 (diff) | |
download | gdb-45664ddbb03f2d1d894706fddfa8e27b67dee25a.zip gdb-45664ddbb03f2d1d894706fddfa8e27b67dee25a.tar.gz gdb-45664ddbb03f2d1d894706fddfa8e27b67dee25a.tar.bz2 |
2008-01-09 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (match_template): Check register size
only when size of operands can be encoded the canonical way.
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 41e4c6d..331727f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-01-09 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (match_template): Check register size + only when size of operands can be encoded the canonical way. + 2008-01-08 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (i386_operand): Renamed to ... |