linking
This commit is contained in:
parent
1735458d20
commit
6142477269
@ -49,7 +49,10 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.text*)
|
__APP_CODE_START__ = .;
|
||||||
|
*main_tmr.o(.text*)
|
||||||
|
__APP_CODE_END__ = .;
|
||||||
|
*(EXCLUDE_FILE (*main_tmr.o) .text*)
|
||||||
KEEP (*(.init))
|
KEEP (*(.init))
|
||||||
KEEP (*(.fini))
|
KEEP (*(.fini))
|
||||||
KEEP(*(.eh_frame))
|
KEEP(*(.eh_frame))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user