forked from Elron_dev/elbear_arduino_bsp
метка READONLY избавляет от warning: LOAD segment with RWX permissions
This commit is contained in:
parent
a098945140
commit
b4458604ad
@ -31,7 +31,7 @@ SECTIONS {
|
||||
. = ALIGN(CL_SIZE);
|
||||
} >rom
|
||||
|
||||
.init_array :
|
||||
.init_array (READONLY) :
|
||||
{
|
||||
PROVIDE_HIDDEN (__init_array_start = .);
|
||||
KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user