[Bug bootstrap/58657] bootstrapping cross compiler for sh4eb-*.* target wrongly creates a compiler with emulated TLS support instead of native TLS support

kkojima at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 7 00:27:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58657

--- Comment #2 from Kazumoto Kojima <kkojima at gcc dot gnu.org> ---
Native TLS support is a mixture of supports in compiler, assembler&linker
and libc.  Unfortunately current native SH TLS support of linker and libc
is only for little-endian.  Binutils can work with luck.  Glibc nptl may
need a fare amount of work for big-endian TLS support.



More information about the Gcc-bugs mailing list