diff options
author | 2019-07-16 09:30:29 +0200 | |
---|---|---|
committer | 2019-07-16 09:30:29 +0200 | |
commit | 21df382b918888de64749e977f185c4e10a5b838 (patch) | |
tree | 0304ccc5838584e7f3cadb92a206e4a2b616fed8 /include/ChangeLog | |
parent | Fix build for aarch64, arm, and riscv FreeBSD native targets. (diff) | |
download | binutils-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/ChangeLog | 4 |
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 |