This commit is contained in:
Alwin Berger 2022-04-01 12:49:42 +02:00
parent 1735458d20
commit 6142477269

View File

@ -49,7 +49,10 @@ SECTIONS
.text :
{
. = ALIGN(4);
*(.text*)
__APP_CODE_START__ = .;
*main_tmr.o(.text*)
__APP_CODE_END__ = .;
*(EXCLUDE_FILE (*main_tmr.o) .text*)
KEEP (*(.init))
KEEP (*(.fini))
KEEP(*(.eh_frame))