diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-07-16 08:19:21 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-07-16 08:19:21 +0200 |
commit | 3ac21baa8498d3aa9951f79e2c3336d532eeff7b (patch) | |
tree | 358ceaf8504b4dc4f751caf5991624e1802f680f /ChangeLog | |
parent | 4ad422a6354ee4c9a5c6e0236b4f9ded36039bb9 (diff) | |
download | gdb-3ac21baa8498d3aa9951f79e2c3336d532eeff7b.zip gdb-3ac21baa8498d3aa9951f79e2c3336d532eeff7b.tar.gz gdb-3ac21baa8498d3aa9951f79e2c3336d532eeff7b.tar.bz2 |
x86: fix operand size checking
Currently mov to/from control, debug, and test register insns accept any
size GPR operand (general pattern: templates with D set and both
operands being registers in distinct register files). This is due to
improper checking of the reverse case, including not informing the
caller whether a straight and/or reverse match was successful.
The helper functions need to be told two indexes: One to index the given
operand types array, and the other to index the template one. The caller
must attempt a further straight match only if the function reported a
straight match (and respectively for reverse matches).
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions