diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-29 06:02:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-29 06:02:04 +0000 |
commit | cab737b91fedd56af3b24b5bdd3c3c2efb1426f2 (patch) | |
tree | 8f6456d8b674fdd0a02c01d66e0153a647765cb8 /gas/ChangeLog | |
parent | 994d1171c0efce1e6cefd6024abd4f965b41dffc (diff) | |
download | gdb-cab737b91fedd56af3b24b5bdd3c3c2efb1426f2.zip gdb-cab737b91fedd56af3b24b5bdd3c3c2efb1426f2.tar.gz gdb-cab737b91fedd56af3b24b5bdd3c3c2efb1426f2.tar.bz2 |
2006-12-28 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_operands): Check i.reg_operands
and increment i.operands when adding a register operand.
(build_modrm_byte): Fix 4 operand instruction handling.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c545ce1..bb811e3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2006-12-28 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (process_operands): Check i.reg_operands + and increment i.operands when adding a register operand. + (build_modrm_byte): Fix 4 operand instruction handling. + 2006-12-27 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (disp_expressions): Use MAX_MEMORY_OPERANDS |