@@ -91,17 +91,6 @@ SECTIONS
91
91
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, \
92
92
EXCLUDE_FILE (umm_malloc.c.o) .text*)
93
93
*.cpp.o(.literal*, .text*)
94
- /* PlatformIO */
95
- /* framework */
96
- *.pioenvs\\*\\lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
97
- *.pioenvs/*/lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
98
- /* project dependencies */
99
- *.pioenvs\\*\\lib*\\lib*.a:(.literal*, .text*)
100
- *.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
101
- /* project source objects */
102
- *.pioenvs\\*\\src\\*.o(.literal*, .text*)
103
- *.pioenvs/*/src/*.o(.literal*, .text*)
104
- /* End PlatformIO */
105
94
*libc.a:(.literal .text .literal.* .text.*)
106
95
*libm.a:(.literal .text .literal.* .text.*)
107
96
*libgcc.a:_umoddi3.o(.literal .text)
@@ -166,17 +155,6 @@ SECTIONS
166
155
*.cpp.o(.iram.text)
167
156
*.c.o(.iram.text)
168
157
*(.rodata._ZTV*) /* C++ vtables */
169
- /* PlatformIO */
170
- /* framework */
171
- *.pioenvs\\*\\lib*.a:(.iram.text)
172
- *.pioenvs/*/lib*.a:(.iram.text)
173
- /* project dependencies */
174
- *.pioenvs\\*\\lib*\\lib*.a:(.iram.text)
175
- *.pioenvs/*/lib*/lib*.a:(.iram.text)
176
- /* project source objects */
177
- *.pioenvs\\*\\src\\*.o(.iram.text)
178
- *.pioenvs/*/src/*.o(.iram.text)
179
- /* End PlatformIO */
180
158
*(.fini.literal)
181
159
*(.fini)
182
160
*(.gnu.version)
0 commit comments