diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-11-14 06:04:34 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-11-14 06:04:34 +0000 |
commit | c1ba026631b21acbb0cf32e36fa7130df3cc6eee (patch) | |
tree | 5b1e28b4bc59016a6c1df1ca8c8d8905dd1bd7eb /gas/ChangeLog | |
parent | 68a3e151dab3d8be31eb5347e10db53daba25e2a (diff) | |
download | gdb-c1ba026631b21acbb0cf32e36fa7130df3cc6eee.zip gdb-c1ba026631b21acbb0cf32e36fa7130df3cc6eee.tar.gz gdb-c1ba026631b21acbb0cf32e36fa7130df3cc6eee.tar.bz2 |
Check destination operand for lockable instructions.
gas/
2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_assemble): Check destination operand
for lockable instructions.
gas/testsuite/
2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/lock-1-intel.d: Updated.
* gas/i386/lock-1.d: Likewise.
* gas/i386/lock-1.s: Likewise.
* gas/i386/lockbad-1.l: Likewise.
* gas/i386/lockbad-1.s: Likewise.
* gas/i386/x86-64-lock-1-intel.d: Likewise.
* gas/i386/x86-64-lock-1.d: Likewise.
* gas/i386/x86-64-lock-1.s: Likewise.
* gas/i386/x86-64-lockbad-1.l: Likewise.
* gas/i386/x86-64-lockbad-1.s: Likewise.
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 f61097c..94dc620 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2009-11-13 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (md_assemble): Check destination operand + for lockable instructions. + +2009-11-13 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (_i386_insn): Don't use bit field on swap_operand. |