mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
mor1kx:or1k Add KEEP on init_section
This commit is contained in:
parent
c720f221c2
commit
02ffe7da32
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ SECTIONS
|
|||
.init_section :
|
||||
{
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > dram
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue