mor1kx:or1k Add KEEP on init_section
This commit is contained in:
parent
c720f221c2
commit
02ffe7da32
@ -64,7 +64,7 @@ SECTIONS
|
||||
.init_section :
|
||||
{
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > dram
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user