soc: espressif: add missing linker symbols
Provide missing symbols to the default linker scripts. Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
parent
a0d1b778a4
commit
213bad1de0
4 changed files with 17 additions and 26 deletions
|
@ -744,6 +744,7 @@ SECTIONS
|
|||
_stext = .;
|
||||
_instruction_reserved_start = ABSOLUTE(.);
|
||||
_text_start = ABSOLUTE(.);
|
||||
__text_region_start = ABSOLUTE(.);
|
||||
|
||||
#if !defined(CONFIG_ESP32_WIFI_IRAM_OPT)
|
||||
*libnet80211.a:( .wifi0iram .wifi0iram.* .wifislpiram .wifislpiram.*)
|
||||
|
@ -771,13 +772,9 @@ SECTIONS
|
|||
|
||||
_text_end = ABSOLUTE(.);
|
||||
_instruction_reserved_end = ABSOLUTE(.); /* This is a symbol marking the flash.text end, this can be used for mmu driver to maintain virtual address */
|
||||
__text_region_end = ABSOLUTE(.);
|
||||
_etext = .;
|
||||
|
||||
/* Similar to _iram_start, this symbol goes here so it is
|
||||
* resolved by addr2line in preference to the first symbol in
|
||||
* the flash.text segment.
|
||||
*/
|
||||
//_flash_cache_start = ABSOLUTE(0);
|
||||
} GROUP_DATA_LINK_IN(FLASH_CODE_REGION, ROMABLE_REGION)
|
||||
|
||||
/* This dummy section represents the .flash.text section but in default_rodata_seg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue