diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-12-12 13:52:47 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-12-12 13:52:47 +0100 |
commit | e2b983d47e725a1c1340b535a8ec44bb406ff0ee (patch) | |
tree | 2141ab85fa91725af1faecd59758aa9924e17d09 /Makefile.tpl | |
parent | 9db83a32776e946ab9738dd5a2bd3a4018641feb (diff) | |
download | gdb-e2b983d47e725a1c1340b535a8ec44bb406ff0ee.zip gdb-e2b983d47e725a1c1340b535a8ec44bb406ff0ee.tar.gz gdb-e2b983d47e725a1c1340b535a8ec44bb406ff0ee.tar.bz2 |
x86-64: allow HLE store of accumulator to absolute 32-bit address
In commit 1212781b35c9 ("ix86: allow HLE store of accumulator to
absolute address") I was wrong to exclude 64-bit code. Dropping the
check also leads to better diagnostics in 64-bit code ("MOV", after
all, isn't invalid with "XRELEASE").
While there also limit the amount of further checks done: The operand
type checks that were there were effectively redundant with other ones
anyway, plus it's quite fine to also have "xrelease mov <disp>, %eax"
look for the next MOV template (in fact again also improving
diagnostics).
Diffstat (limited to 'Makefile.tpl')
0 files changed, 0 insertions, 0 deletions