aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-06-01 08:40:38 +0200
committerJan Beulich <jbeulich@suse.com>2018-06-01 08:40:38 +0200
commitdfd27d41831853da1c7694e2d9e765eccbed22cf (patch)
tree3a7cc1a2368bf14420a9e55357c76d7d3258e96e /opcodes/ChangeLog
parent44846f29ab3a5fdab229cb63d9cd42323ed85767 (diff)
downloadbinutils-dfd27d41831853da1c7694e2d9e765eccbed22cf.zip
binutils-dfd27d41831853da1c7694e2d9e765eccbed22cf.tar.gz
binutils-dfd27d41831853da1c7694e2d9e765eccbed22cf.tar.bz2
x86: don't emit REX.W for SLDT and STR
Just like for other selector register reads, they're unnecessary and should hence be avoided.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3cc3f99..8b62038 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2018-06-01 Jan Beulich <jbeulich@suse.com>
+ * i386-opc.tbl (sldt, str): Add NoRex64.
+ * i386-tbl.h: Re-generate.
+
+2018-06-01 Jan Beulich <jbeulich@suse.com>
+
* i386-opc.tbl (invpcid): Add Oword.
* i386-tbl.h: Re-generate.