wut/libraries/wutcrt
James Benton f281be50ab Add support for generating RPL files.
RPL files are shared libraries (like a .dll file), as opposed to the RPX
files which are executables (like a .exe file).

Use rpl_main as defined in dynload.h like one would DllMain on Windows.
2018-05-30 21:56:18 +01:00
..
CMakeLists.txt Add support for generating RPL files. 2018-05-30 21:56:18 +01:00
crt0_rpl.s Add support for generating RPL files. 2018-05-30 21:56:18 +01:00
crt0_rpx.s Add support for generating RPL files. 2018-05-30 21:56:18 +01:00
wut_crt.c Split out crt from wutnewlib to wutcrt. 2018-05-27 12:12:49 +01:00