commit | 64d23078e30e54e1bb095962540e4c6138edaf5a | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed Mar 23 12:31:04 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Wed Mar 23 12:31:04 2022 +0100 |
tree | a36e9f7c6c89c5fd750401bea90e6c20fb32f76e | |
parent | 3b55a1d00ad3cf9fe3db7e9347e6f3bbe4d04b9b [diff] |
x86: improve resolution of register equates Allow transitive (or recursive) equates to work in addition to direct ones. The only requirements are that - the equate being straight of a register, i.e. no expressions involved (albeit I'm afraid something like "%eax + 0" will be viewed as %eax), - at the point of use there's no forward ref left which cannot be resolved, yet.