And now, the Vtable works (again...)

This commit is contained in:
Morten Delenk 2015-10-14 20:14:50 +02:00
parent 0e2daf575e
commit 6719d63bce

View file

@ -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)