We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ade03 commit 55e5bdfCopy full SHA for 55e5bdf
tools/sdk/ld/eagle.app.v6.common.ld
@@ -154,6 +154,8 @@ SECTIONS
154
EXCLUDE_FILE (umm_malloc.c.o) .text*)
155
*.cpp.o(.literal*, .text*)
156
*libm.a:(.literal .text .literal.* .text.*)
157
+ *libgcc.a:_umoddi3.o(.literal .text)
158
+ *libgcc.a:_udivdi3.o(.literal .text)
159
*libsmartconfig.a:(.literal .text .literal.* .text.*)
160
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text .irom.text.*)
161
_irom0_text_end = ABSOLUTE(.);
0 commit comments