Kiwi
Kiwi
In addition to the `__ctor_loc` and `__ctor_end` symbols already generated by Kamek, I added the (applicable) section start/end symbols seen from the CodeWarrior linker: - `_f_init`, `_e_init` - `_f_text`, `_e_text`...
Most functions match, and most of the nonmatchings are things needing to be inlined
DTK allows CChildListNode/CDoubleListNode to work now without problems. All sections of CProcess are matching except the C++ exception stuff. CProcess is a real class name from RTTI, but I used...