mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 20:16:09 +00:00
This adds the tdata and tbss sections required for thread local storage. They are in ROM area as these sections are not to be directly accessed, but copied to thread local storage area at thread creation. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
app_smem_aligned.ld | ||
app_smem_unaligned.ld | ||
app_smem.ld | ||
common-noinit.ld | ||
common-ram.ld | ||
common-rom.ld | ||
cplusplus-ram.ld | ||
cplusplus-rom.ld | ||
debug-sections.ld | ||
intlist.ld | ||
kobject-rom.ld | ||
kobject-text.ld | ||
kobject.ld | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool-mwdt.h | ||
linker-tool.h | ||
rel-sections.ld | ||
section_tags.h | ||
sections.h | ||
thread-local-storage.ld |