We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04c324 commit 483bfdeCopy full SHA for 483bfde
tools/sdk/ld/eagle.app.v6.common.ld.h
@@ -151,6 +151,14 @@ SECTIONS
151
152
*libc.a:(.literal .text .literal.* .text.*)
153
*libm.a:(.literal .text .literal.* .text.*)
154
+#ifdef FP_IN_IROM
155
+ *libgcc.a:*f2.o(.literal .text)
156
+ *libgcc.a:*f3.o(.literal .text)
157
+ *libgcc.a:*fsi.o(.literal .text)
158
+ *libgcc.a:*fdi.o(.literal .text)
159
+ *libgcc.a:*ifs.o(.literal .text)
160
+ *libgcc.a:*idf.o(.literal .text)
161
+#endif
162
*libgcc.a:_umoddi3.o(.literal .text)
163
*libgcc.a:_udivdi3.o(.literal .text)
164
*libstdc++.a:( .literal .text .literal.* .text.*)
0 commit comments