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

2023-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58657

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |6.0
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Andrew Pinski  ---
Fixed for GCC 6 by r6-3299-g311adabec523e8 .

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

2013-12-06 Thread kkojima at gcc dot gnu.org
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, assemblerlinker
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.


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

2013-10-07 Thread eladv6 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58657

--- Comment #1 from Elad Nachman eladv6 at gmail dot com ---
Created attachment 30965
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30965action=edit
proposed patch for sh4eb target under gcc 4.7.3