Skip to content

Commit 1f3a82e

Browse files
committed
Merge branch 'bugfix/iram_link_error' into 'release/v3.1'
esp8266: link ".text.likely" section of lmac.o to IRAM See merge request sdk/ESP8266_RTOS_SDK!1192
2 parents 90c5511 + cd035f9 commit 1f3a82e

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)