We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad74bee + abdbdb1 commit 86bf010Copy full SHA for 86bf010
hardware/tools/esp8266/sdk/ld/eagle.app.v6.ld
@@ -153,6 +153,7 @@ SECTIONS
153
_irom0_text_start = ABSOLUTE(.);
154
*core_esp8266_*.o(.literal*, .text*)
155
*.cpp.o(.literal*, .text*)
156
+ *libm.a:(.literal .text .literal.* .text.*)
157
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
158
_irom0_text_end = ABSOLUTE(.);
159
} >irom0_0_seg :irom0_0_phdr
0 commit comments