And now, the Vtable works (again...)
This commit is contained in:
parent
0e2daf575e
commit
6719d63bce
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ SECTIONS
|
||||||
start_ctors = .;
|
start_ctors = .;
|
||||||
KEEP(*( .init_array ));
|
KEEP(*( .init_array ));
|
||||||
KEEP(*(SORT_BY_INIT_PRIORITY( .init_array.* )));
|
KEEP(*(SORT_BY_INIT_PRIORITY( .init_array.* )));
|
||||||
|
*(.ctors)
|
||||||
end_ctors = .;
|
end_ctors = .;
|
||||||
start_dtors = .;
|
start_dtors = .;
|
||||||
*(.dtors)
|
*(.dtors)
|
||||||
|
|
Loading…
Reference in a new issue