Re: [PATCH] force-indirect-call-2.c: Allow indirect branch via GOT
On Fri, Jan 31, 2025 at 11:35 AM H.J. Lu wrote: > r15-1619-g3b9b8d6cfdf593 changed the codegen from > > f2: > .cfi_startproc > pushq %rbx > .cfi_def_cfa_offset 16 > .cfi_offset 3, -16 > movqf1@GOTPCREL(%rip), %rbx > call*%rbx > lea
[PATCH] force-indirect-call-2.c: Allow indirect branch via GOT
r15-1619-g3b9b8d6cfdf593 changed the codegen from f2: .cfi_startproc pushq %rbx .cfi_def_cfa_offset 16 .cfi_offset 3, -16 movqf1@GOTPCREL(%rip), %rbx call*%rbx leaqf3(%rip), %rax call*%rax movq%rbx, %rax