implements proper linker script to support TLS
This change updates the linker script and dependend wile so that thread local storage sections are properly supported and initailaized
This commit is contained in:
@@ -4,9 +4,9 @@ ENTRY( _start )
|
||||
|
||||
INCLUDE memory_map.ld
|
||||
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("LOCATION_TEXT", rom);
|
||||
REGION_ALIAS("LOCATION_RODATA", rom);
|
||||
REGION_ALIAS("LOCATION_DATA", ram);
|
||||
REGION_ALIAS("LOCATION_STACK", ram);
|
||||
|
||||
INCLUDE sections.ld
|
||||
Reference in New Issue
Block a user