We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b588f33 commit 65306eeCopy full SHA for 65306ee
tools/sdk/ld/eagle.app.v6.common.ld.h
@@ -175,10 +175,6 @@ SECTIONS
175
KEEP (*(SORT(.dtors.*)))
176
KEEP (*(.dtors))
177
. = ALIGN(4); /* this table MUST be 4-byte aligned */
178
- _bss_table_start = ABSOLUTE(.);
179
- LONG(_bss_start)
180
- LONG(_bss_end)
181
- _bss_table_end = ABSOLUTE(.);
182
183
*libgcc.a:unwind-dw2.o(.literal .text .rodata .literal.* .text.* .rodata.*)
184
*libgcc.a:unwind-dw2-fde.o(.literal .text .rodata .literal.* .text.* .rodata.*)
0 commit comments