Skip to content

Commit 65306ee

Browse files
committed
unused
1 parent b588f33 commit 65306ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/sdk/ld/eagle.app.v6.common.ld.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ SECTIONS
175175
KEEP (*(SORT(.dtors.*)))
176176
KEEP (*(.dtors))
177177
. = 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(.);
182178

183179
*libgcc.a:unwind-dw2.o(.literal .text .rodata .literal.* .text.* .rodata.*)
184180
*libgcc.a:unwind-dw2-fde.o(.literal .text .rodata .literal.* .text.* .rodata.*)

0 commit comments

Comments
 (0)