https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
--- Comment #6 from Jerry DeLisle ---
Info:
-ftrampoline-impl=[stack|heap]
By default, trampolines are generated on stack. However, certain platforms
(such as the Apple M1) do not permit an executable stack. Compiling with
-ftrampoline-imp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
Iain Sandoe changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
--- Comment #4 from Sam James ---
https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
martin changed:
What|Removed |Added
CC||mscfd at gmx dot net
--- Comment #3 from marti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
--- Comment #2 from Jerry DeLisle ---
I am using:
$ ld --version
GNU ld version 2.41-37.fc40
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
Iain Sandoe changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comment #1 f