x86/Intel: correct disassembly of fsub*/fdiv*
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Mar 2018 07:33:06 +0000 (08:33 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 8 Mar 2018 07:33:06 +0000 (08:33 +0100)
commitd53e6b98a2599ba4ce6ad14f711b76e44a32eea5
treec72b0b63b8eb7777583af718c0075516090ec369
parenta477a8c4f4f7e827d32abc1fbb45bdb3c37cff09
x86/Intel: correct disassembly of fsub*/fdiv*

fsub/fsubr/fsubp/fsubrp as well as fdiv/fdivr/fdivp/fdivrp disassembly
should match (a) the Intel SDM and (b) respective input fed to gas (both
of course with the exception of when we intentionally convert bogus
insns, accompanied by a warning).
gas/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel-intel.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.024931 seconds and 4 git commands to generate.