[Bug middle-end/110729] -fpatchable-function-entries: __patchable_function_entries has wrong sh_link
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 19 06:24:40 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110729
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |12.3.0
Known to work| |13.1.0
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This was fixed in GCC 13:
f:
.LFB0:
.cfi_startproc
.section __patchable_function_entries,"awo",@progbits,.LPFE0
.align 8
.quad .LPFE0
.section .text.f
.LPFE0:
...
g:
.LFB1:
.cfi_startproc
.section __patchable_function_entries,"awo",@progbits,.LPFE1
.align 8
.quad .LPFE1
.section .text.g
.LPFE1:
...
h:
.LFB2:
.cfi_startproc
.section __patchable_function_entries,"awo",@progbits,.LPFE2
.align 8
.quad .LPFE2
.section .text.h
.LPFE2:
More information about the Gcc-bugs
mailing list