mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-08 08:51:02 +08:00

thread-local objects. For *-*-elf it is already enabled by default. See comment line 810 in "gcc/config.gcc". Define TARGET_LIBGCC_SDATA_SECTION on PowerPC for RTEMS to ".sdata" to place the __dso_handle. The __dso_handle is referenced by application code. In case this code uses the small data section, the __dso_handle must be there. This patch should be committed to GCC 4.8 and 4.9. Test results: href="http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00671.html
Description
No description provided
Languages
C
39.5%
C++
25.6%
Python
16%
Roff
15.7%
M4
1.7%
Other
1.5%