wut/crt
James Benton 8aa77c9ee6 Add a part of libgcc to get 64 bit integer division function __udivdi3.
We cannot link with devkitPPC libgcc because it includes __eabi which we
do not want, as that sets up r2 and r13 SDA registers from elf file symbols
but that is done by the RPL FileInfo read by CafeOS for the Wii U.

In future we should probably fork devkitPPC to build without powerpc eabi
in order to match what we expect for the Wii U.
2016-06-08 01:24:37 +01:00
..
crt0.S Change crt0.S to call exit(int) instead of _Exit(void) 2016-01-05 15:25:22 -08:00
libgcc2.c Add a part of libgcc to get 64 bit integer division function __udivdi3. 2016-06-08 01:24:37 +01:00
libgcc2.h Add a part of libgcc to get 64 bit integer division function __udivdi3. 2016-06-08 01:24:37 +01:00
longlong.h Add a part of libgcc to get 64 bit integer division function __udivdi3. 2016-06-08 01:24:37 +01:00
Makefile Basic start of a Wii U Toolchain. 2015-12-26 18:10:38 -08:00
tconfig.h Add a part of libgcc to get 64 bit integer division function __udivdi3. 2016-06-08 01:24:37 +01:00