cpu/esp32: add XFA support
This commit is contained in:
parent
bdd59ae7f2
commit
2474fa7af5
@ -158,6 +158,7 @@ SECTIONS
|
|||||||
_data_start = ABSOLUTE(.);
|
_data_start = ABSOLUTE(.);
|
||||||
*(.data)
|
*(.data)
|
||||||
*(.data.*)
|
*(.data.*)
|
||||||
|
KEEP (*(SORT(.xfa.*)))
|
||||||
*(.gnu.linkonce.d.*)
|
*(.gnu.linkonce.d.*)
|
||||||
*(.data1)
|
*(.data1)
|
||||||
*(.sdata)
|
*(.sdata)
|
||||||
@ -243,6 +244,7 @@ SECTIONS
|
|||||||
_rodata_start = ABSOLUTE(.);
|
_rodata_start = ABSOLUTE(.);
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.*)
|
*(.rodata.*)
|
||||||
|
KEEP (*(SORT(.roxfa.*)))
|
||||||
*(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */
|
*(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */
|
||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
*(.rodata1)
|
*(.rodata1)
|
||||||
|
|||||||
1
cpu/esp32/ld/xfa.ld
Normal file
1
cpu/esp32/ld/xfa.ld
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* empty file overriding core/ldscripts/xda.ld */
|
||||||
Loading…
x
Reference in New Issue
Block a user