diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-03-06 08:52:12 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-03-06 08:52:12 +0100 |
commit | 643bb87079dd96aed99ff1572375a88179afcd15 (patch) | |
tree | b374822f5d5bf82f49101fcaba93fa89c94e3357 /gas/ChangeLog | |
parent | a23b33b3d131f240b2525d9a24831b33f2b43e26 (diff) | |
download | gdb-643bb87079dd96aed99ff1572375a88179afcd15.zip gdb-643bb87079dd96aed99ff1572375a88179afcd15.tar.gz gdb-643bb87079dd96aed99ff1572375a88179afcd15.tar.bz2 |
x86: drop Rex64 attribute
It is almost entirely redundant with Size64, and the sole case (CRC32)
where direct replacement isn't possible can easily be taken care of in
another way.
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 006c1fd..b22ea5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-03-06 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (md_assemble): Drop use of rex64. + (process_suffix): For REX.W for 64-bit CRC32. + +2020-03-06 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (i386_addressing_mode): For 32-bit addressing for MPX insns without base/index. * testsuite/gas/i386/mpx-16bit.s, |