aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-07-16 09:30:29 +0200
committerJan Beulich <jbeulich@suse.com>2019-07-16 09:30:29 +0200
commit21df382b918888de64749e977f185c4e10a5b838 (patch)
tree0304ccc5838584e7f3cadb92a206e4a2b616fed8 /include/ChangeLog
parentFix build for aarch64, arm, and riscv FreeBSD native targets. (diff)
downloadbinutils-gdb-21df382b918888de64749e977f185c4e10a5b838.tar.gz
binutils-gdb-21df382b918888de64749e977f185c4e10a5b838.tar.bz2
binutils-gdb-21df382b918888de64749e977f185c4e10a5b838.zip
x86: fold SReg{2,3}
They're the only exception to there generally being no mix of register kinds possible in an insn operand template, and there being two bits per operand for their representation is also quite wasteful, considering the low number of uses. Fold both bits and deal with the little bit of fallout. Also take the liberty and drop dead code trying to set REX_B: No segment register has RegRex set on it. Additionally I was quite surprised that PUSH/POP with the permitted segment registers is not covered by the test cases. Add the missing pieces.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5ef479aa0fd..8954558c223 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-16 Jan Beulich <jbeulich@suse.com>
+
+ * opcode/i386.h (POP_SEG386_SHORT): New.
+
2019-07-01 Matthew Malcomson <matthew.malcomson@arm.com>
* opcode/aarch64.h (enum aarch64_insn_class): sve_size_013