mbv: global constructors ish
This commit is contained in:
@@ -21,6 +21,13 @@ SECTIONS
|
||||
*(.rodata*)
|
||||
} > RAM
|
||||
|
||||
.init :
|
||||
{
|
||||
__init_array_start = .;
|
||||
KEEP(*(.init_array*))
|
||||
__init_array_end = .;
|
||||
}
|
||||
|
||||
.bss (NOLOAD) :
|
||||
{
|
||||
_bss_begin = .;
|
||||
|
Reference in New Issue
Block a user