[binutils-gdb] x86: use correct register names
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Wed Nov 15 09:40:00 GMT 2017
*** TEST RESULTS FOR COMMIT 390a67891e4f1ed334e266cf084ba8948da5fcdf ***
Author: Jan Beulich <jbeulich@novell.com>
Branch: master
Commit: 390a67891e4f1ed334e266cf084ba8948da5fcdf
x86: use correct register names
VEX.W may be legitimately set (and is then ignored by the CPU) for
non-64-bit code. Don't print 64-bit register names in such a case, by
utilizing that REX_W would never be set for non-64-bit code, and that
it is being set from VEX.W by generic decoding.
A test for this is going to be introduced in the next patch of this
series.
More information about the Gdb-testers
mailing list