]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Clean base_reg and assign correct values to regs for input_output_operand (%dx).
authorCui, Lili <lili.cui@intel.com>
Wed, 13 Dec 2023 06:04:15 +0000 (06:04 +0000)
committerCui, Lili <lili.cui@intel.com>
Wed, 13 Dec 2023 06:04:15 +0000 (06:04 +0000)
commitf0a4cb15c3fea691388dbce15f48b7485f1d40f9
treee79dafec638ede12b192af3bf35ba24d25d511d8
parentb05f7f798585b225481051bb02b337daa94ad072
Clean base_reg and assign correct values to regs for input_output_operand (%dx).

For special processing of input and output operands (%dx),
the state of some variables needs to be cleaned.

gas/ChangeLog:

* config/tc-i386.c (i386_att_operand): Assign values to regs and
clean i.base_reg for input output operand (%dx).
gas/config/tc-i386.c