Re: [PATCH v2 11/14] objtool: Remove too strict constraint in jump table search
On Thu, Jun 22, 2023 at 12:54:33PM +0200, Christophe Leroy wrote: > In code there is often a pattern like: > > load jump table address > do some test > conditional jump to label1: > do something > unconditional jump to label2: > label1: > do something else >
[PATCH v2 11/14] objtool: Remove too strict constraint in jump table search
In code there is often a pattern like: load jump table address do some test conditional jump to label1: do something unconditional jump to label2: label1: do something else read jump table dynamic jump label2: do other job her