xtensa: dc233c: Add TLS support
Add TLS support for this target. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3e3f9d155f
commit
8cb9d76553
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ config SOC_XTENSA_DC233C
|
||||||
bool "Xtensa dc233c core"
|
bool "Xtensa dc233c core"
|
||||||
select XTENSA
|
select XTENSA
|
||||||
select XTENSA_HAL
|
select XTENSA_HAL
|
||||||
|
select ARCH_HAS_THREAD_LOCAL_STORAGE
|
||||||
select CPU_HAS_MMU
|
select CPU_HAS_MMU
|
||||||
imply XTENSA_MMU
|
imply XTENSA_MMU
|
||||||
select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU
|
select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU
|
||||||
|
|
|
@ -397,6 +397,8 @@ SECTIONS
|
||||||
|
|
||||||
#include <zephyr/linker/common-rom.ld>
|
#include <zephyr/linker/common-rom.ld>
|
||||||
|
|
||||||
|
#include <zephyr/linker/thread-local-storage.ld>
|
||||||
|
|
||||||
#include <zephyr/linker/cplusplus-rom.ld>
|
#include <zephyr/linker/cplusplus-rom.ld>
|
||||||
|
|
||||||
#include <snippets-sections.ld>
|
#include <snippets-sections.ld>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue