diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/rmodule.ld | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/rmodule.ld b/src/lib/rmodule.ld index 4c13c84666..fdee279697 100644 --- a/src/lib/rmodule.ld +++ b/src/lib/rmodule.ld @@ -74,9 +74,7 @@ SECTIONS *(COMMON); . = ALIGN(8); _bss_end = .; - } - .heap (NOLOAD) : { /* * Place the heap after BSS. The heap size is passed in by * by way of ld --defsym=__heap_size=<> |