https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91347
--- Comment #14 from Sven Schnelle ---
I tested the patch with my (previously broken) kernel Build, and the issue
seems to be fixed. Thanks!
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: svens at stackframe dot org
Target Milestone: ---
$ hppa64-linux-gnu-gcc -fpatchable-function-entry=6,3 test.c -c -o /tmp/test.o
The disassembly shows that it ignores the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751
--- Comment #1 from Sven Schnelle ---
John David Anglin can provide a fix for this issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751
--- Comment #2 from Sven Schnelle ---
John David Anglin can provide a fix for this issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751
--- Comment #5 from Sven Schnelle ---
I can confirm that the patch from Dave fixes the issue for me.