Allow attempting to load a module twice.
This is necessary because FreeBSD/ARM and possibly other platforms use .init_array and not .ctors, so never call the init functions. As a result, we will need the compiler to move to putting the load function in .init_array and may end up with it being called by both variants.main
parent
6eb1e51a49
commit
318ae27d8b
Loading…
Reference in New Issue