Remove keep keyword for .heap section

pull/11006/head
Lin Gao 2019-08-20 16:06:41 -05:00 committed by Lin Gao
parent b9f8e2ac53
commit f1813e5bcc
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ SECTIONS
__HeapBase = .;
__end__ = .;
end = __end__;
KEEP(*(.heap*))
*(.heap*)
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram