Can I request adding support for the .__init
section? It requires only modifying setup.c
to call __init
/__fini
as described here: [CPP] Guide: C++ on Playdate -- this is nice because even in C sometimes libraries and code expects .__init
to work, such as when using __attribute__((constructor))
.
It would also be nice (but less pressing) to add the C++ exception frame symbols to the linker map: [CPP] Guide: C++ on Playdate