diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-12 22:26:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-12 22:26:55 +0000 |
commit | 9fcfb3d73eefbae03f2df3a0aac8367256eb7853 (patch) | |
tree | 1b8b9e33fe1fbcf397894dc5775ee0fa5c85f63d /gas/ChangeLog | |
parent | 899cff7a33c091c54efd65010dc895342754896e (diff) | |
download | gdb-9fcfb3d73eefbae03f2df3a0aac8367256eb7853.zip gdb-9fcfb3d73eefbae03f2df3a0aac8367256eb7853.tar.gz gdb-9fcfb3d73eefbae03f2df3a0aac8367256eb7853.tar.bz2 |
2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_operands): Simplify implicit xmm0
handling.
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 6bffb5c..82a5d36 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2007-10-12 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (process_operands): Simplify implicit xmm0 + handling. + +2007-10-12 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (process_operands): Check the firstxmm0 field in opcode_modifier for instruction with a implicit xmm0 as the first operand. |