This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/77894] Enable GNU indirect function support by default as it will be used in glibc.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77894

nsz at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nsz at gcc dot gnu.org

--- Comment #1 from nsz at gcc dot gnu.org ---
the ifunc abi still has many problems and i don't think it's possible to detect
dynamic linker support for cross compilation so if it is enabled do it only if
the default libc is glibc (e.g. on linux musl, bionic and uclibc does not plan
to implement it).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]