Skip to content

Commit cd035f9

Browse files
committed
fix(esp8266): link ".text.likely" section of lmac.o to IRAM
1 parent 90c5511 commit cd035f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp8266/ld/esp8266.common.ld

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ SECTIONS
106106
*(.init)
107107
*(.iram1 .iram1.*)
108108
*libspi_flash.a:spi_flash_raw.o(.literal .text .literal.* .text.*)
109+
*libpp.a:lmac.o(.literal .text .literal.* .text.*)
109110
*(.literal .text .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
110111
*(.fini.literal)
111112
*(.fini)

0 commit comments

Comments
 (0)