xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld
Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
parent
28044f7d5a
commit
a5de4dbd22
@ -87,6 +87,9 @@ SECTIONS
|
|||||||
*libarch.a:xtensa_modifyreg32.*(.literal .text .literal.* .text.*)
|
*libarch.a:xtensa_modifyreg32.*(.literal .text .literal.* .text.*)
|
||||||
*libarch.a:xtensa_testset.*(.literal .text .literal.* .text.*)
|
*libarch.a:xtensa_testset.*(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
|
*libarch.a:*esp_rom_spiflash.*(.literal .text .literal.* .text.*)
|
||||||
|
*libarch.a:*esp_rom_cache_esp32s2_esp32s3.*(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
#ifdef CONFIG_ESP32S3_BLE
|
#ifdef CONFIG_ESP32S3_BLE
|
||||||
*libc.a:sq_remlast.*(.literal .text .literal.* .text.*)
|
*libc.a:sq_remlast.*(.literal .text .literal.* .text.*)
|
||||||
#endif
|
#endif
|
||||||
@ -102,6 +105,8 @@ SECTIONS
|
|||||||
*libsched.a:sched_thistask.*(.literal .text .literal.* .text.*)
|
*libsched.a:sched_thistask.*(.literal .text .literal.* .text.*)
|
||||||
*libsched.a:spinlock.*(.literal .text .literal.* .text.*)
|
*libsched.a:spinlock.*(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
|
*libc.a:*lib_instrument.*(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
#ifdef CONFIG_ESP32S3_SPEED_UP_ISR
|
#ifdef CONFIG_ESP32S3_SPEED_UP_ISR
|
||||||
*libarch.a:xtensa_switchcontext.*(.literal.up_switch_context .text.up_switch_context)
|
*libarch.a:xtensa_switchcontext.*(.literal.up_switch_context .text.up_switch_context)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user