diff options
author | Jan Beulich <jbeulich@novell.com> | 2012-07-25 11:34:49 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2012-07-25 11:34:49 +0000 |
commit | 9e2934f7999c248f7e8452d0726541ce9ad9edce (patch) | |
tree | 700322253adb563e2843c6ac19a42ae1c107215d /gas/ChangeLog | |
parent | 8280f326858028ecb33ceffc33a8ddbbc250f02d (diff) | |
download | gdb-9e2934f7999c248f7e8452d0726541ce9ad9edce.zip gdb-9e2934f7999c248f7e8452d0726541ce9ad9edce.tar.gz gdb-9e2934f7999c248f7e8452d0726541ce9ad9edce.tar.bz2 |
MASM accepts ESP/RSP being specified second in a memory address
operand, by silently making it the base register despite not being
specified first.
Consequently, we also permit an xmm/ymm index to be specified first
(possibly alone), nevertheless putting it in as index register.
2012-07-24 Jan Beulich <jbeulich@suse.com>
* config/tc-i386-intel.c (i386_intel_simplify_register): Handle
xmm/ymm index register being specified first as well as esp/rsp
base register being specified last in a memory operand.
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 445e36d..2d62c41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2012-07-24 Jan Beulich <jbeulich@suse.com> + * config/tc-i386-intel.c (i386_intel_simplify_register): Handle + xmm/ymm index register being specified first as well as esp/rsp + base register being specified last in a memory operand. + +2012-07-24 Jan Beulich <jbeulich@suse.com> + * config/tc-i386-intel.c (i386_intel_simplify_register): Replace literal 4 by corresponding ESP_REG_NUM. |