diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-03-08 08:25:31 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-03-08 08:25:31 +0100 |
commit | 73053c1fc454fe8554db170f1a30a3442546824e (patch) | |
tree | 1507f5205537d3d963418059c1617062ebd2e9ec /gas/ChangeLog | |
parent | 6a7524c6aa18f5afa4977314eb01f0360e752789 (diff) | |
download | gdb-73053c1fc454fe8554db170f1a30a3442546824e.zip gdb-73053c1fc454fe8554db170f1a30a3442546824e.tar.gz gdb-73053c1fc454fe8554db170f1a30a3442546824e.tar.bz2 |
x86: fold AVX vcvtpd2ps memory forms
This requires a change to ModR/M handling: Recording of displacement
types must not discard operand size information. Change the respective
code to alter only .disp<N>.
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 8a6161d..564a269 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-03-08 Jan Beulich <jbeulich@suse.com> + + * config/tc-i386.c (operand_type_and_not): New. + (build_modrm_byte): Use it to prevent clearing unrelated bits. + 2018-03-08 Alan Modra <amodra@gmail.com> * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really |