https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117455
jsberg at bnl dot gov changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsberg at bnl dot gov
--- Comment #13 from jsberg at bnl dot gov ---
Note that recent glibc (starting with 2.41 I believe) now forbid a dlopen of a
shared library with an executable stack. There is an environment variable
workaround, but with warnings turning into errors that can be a bit obscure, it
would be very nice to get -ftrampoline-impl=heap for x86_64 Linux.