diff --git a/link.x.in b/link.x.in index f895e217..e1ec00ef 100644 --- a/link.x.in +++ b/link.x.in @@ -131,12 +131,6 @@ SECTIONS /* Place the heap right after `.bss` */ __sheap = ADDR(.bss) + SIZEOF(.bss); - /* Stack usage metadata emitted by LLVM */ - .stack_sizes (INFO) : - { - KEEP(*(.stack_sizes)); - } - /* ## .got */ /* Dynamic relocations are unsupported. This section is only used to detect relocatable code in the input files and raise an error if relocatable code is found */