diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-29 21:48:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-29 21:48:48 +0000 |
commit | c81128dcdf7fa4674084255dc258a0033fd18797 (patch) | |
tree | c91c679ce00d7bad74d26d1f6d46911fc1b10fce /gas/testsuite/ChangeLog | |
parent | 2d45707707d2f6b57a3d6a11100c17b23c0a7a08 (diff) | |
download | gdb-c81128dcdf7fa4674084255dc258a0033fd18797.zip gdb-c81128dcdf7fa4674084255dc258a0033fd18797.tar.gz gdb-c81128dcdf7fa4674084255dc258a0033fd18797.tar.bz2 |
gas/
2006-12-29 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Handle shift count
register with 3 operands.
gas/testsuite/
2006-12-29 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/intel.s: Add tests for "shrd %cl,%edx,%eax" and
"shld %cl,%edx,%eax".
* gas/i386/opcode.s: Likewise.
* gas/i386/intel.d: Updated.
* gas/i386/opcode-intel.d: Likewise.
* gas/i386/opcode-suffix.d: Likewise.
* gas/i386/opcode.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9c38008..3561fd9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2006-12-29 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/intel.s: Add tests for "shrd %cl,%edx,%eax" and + "shld %cl,%edx,%eax". + * gas/i386/opcode.s: Likewise. + + * gas/i386/intel.d: Updated. + * gas/i386/opcode-intel.d: Likewise. + * gas/i386/opcode-suffix.d: Likewise. + * gas/i386/opcode.d: Likewise. + 2006-12-27 Kazu Hirata <kazu@codesourcery.com> * gas/m68k/all.exp: Add support for fido. |