mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
Renamed instances of msl_c -> MSL_C because
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/FILE_POS
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/FILE_POS.h"
|
||||
#include "MSL_C/MSL_Common/Src/FILE_POS.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -34,7 +34,7 @@ extern "C" extern u8 errno[4 + 4 /* padding */];
|
||||
#pragma optimizewithasm off
|
||||
asm void fseek() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/FILE_POS/fseek.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/fseek.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -44,7 +44,7 @@ asm void fseek() {
|
||||
#pragma optimizewithasm off
|
||||
static asm void _fseek() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/FILE_POS/_fseek.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/_fseek.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -54,6 +54,6 @@ static asm void _fseek() {
|
||||
#pragma optimizewithasm off
|
||||
asm void ftell() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/FILE_POS/ftell.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/FILE_POS/ftell.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/abort_exit
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/abort_exit.h"
|
||||
#include "MSL_C/MSL_Common/Src/abort_exit.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -54,7 +54,7 @@ static u8 __console_exit[4];
|
||||
#pragma optimizewithasm off
|
||||
asm void exit() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/abort_exit/exit.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/abort_exit/exit.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -64,7 +64,7 @@ asm void exit() {
|
||||
#pragma optimizewithasm off
|
||||
asm void abort() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/abort_exit/abort.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/abort_exit/abort.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/alloc
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/alloc.h"
|
||||
#include "MSL_C/MSL_Common/Src/alloc.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -40,7 +40,7 @@ static u8 protopool[56];
|
||||
#pragma optimizewithasm off
|
||||
asm void free() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/alloc/free.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/alloc/free.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -50,7 +50,7 @@ asm void free() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __pool_free() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/alloc/__pool_free.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/alloc/__pool_free.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -68,7 +68,7 @@ COMPILER_STRIP_GATE(0x803A2220, &fix_pool_sizes);
|
||||
#pragma optimizewithasm off
|
||||
static asm void deallocate_from_fixed_pools() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/alloc/deallocate_from_fixed_pools.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/alloc/deallocate_from_fixed_pools.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -78,6 +78,6 @@ static asm void deallocate_from_fixed_pools() {
|
||||
#pragma optimizewithasm off
|
||||
static asm void deallocate_from_var_pools() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/alloc/deallocate_from_var_pools.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/alloc/deallocate_from_var_pools.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/ansi_files
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/ansi_files.h"
|
||||
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -127,7 +127,7 @@ static u8 stdin_buff[256];
|
||||
#pragma optimizewithasm off
|
||||
asm void __flush_all() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/ansi_files/__flush_all.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/ansi_files/__flush_all.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -137,6 +137,6 @@ asm void __flush_all() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __close_all() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/ansi_files/__close_all.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/ansi_files/__close_all.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/arith
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/arith.h"
|
||||
#include "MSL_C/MSL_Common/Src/arith.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -28,7 +28,7 @@ extern "C" void abs();
|
||||
#pragma optimizewithasm off
|
||||
asm void div() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/arith/div.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/arith/div.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -38,6 +38,6 @@ asm void div() {
|
||||
#pragma optimizewithasm off
|
||||
asm void abs() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/arith/abs.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/arith/abs.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/buffer_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/buffer_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/buffer_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -28,7 +28,7 @@ extern "C" void __prep_buffer();
|
||||
#pragma optimizewithasm off
|
||||
asm void __flush_buffer() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/buffer_io/__flush_buffer.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/buffer_io/__flush_buffer.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -38,6 +38,6 @@ asm void __flush_buffer() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __prep_buffer() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/buffer_io/__prep_buffer.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/buffer_io/__prep_buffer.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/char_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/char_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/char_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C" void fwide();
|
||||
#pragma optimizewithasm off
|
||||
asm int fputs(const char*, FILE*) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/char_io/fputs.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/char_io/fputs.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -45,6 +45,6 @@ asm int fputs(const char*, FILE*) {
|
||||
#pragma optimizewithasm off
|
||||
asm void __put_char() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/char_io/__put_char.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/char_io/__put_char.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/ctype
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/ctype.h"
|
||||
#include "MSL_C/MSL_Common/Src/ctype.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -68,7 +68,7 @@ SECTION_DATA extern u8 __lower_map[256] = {
|
||||
#pragma optimizewithasm off
|
||||
asm int tolower(int) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/ctype/tolower.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/ctype/tolower.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/direct_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/direct_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/direct_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -38,7 +38,7 @@ extern "C" void fwide();
|
||||
#pragma optimizewithasm off
|
||||
asm void __fwrite() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/direct_io/__fwrite.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/direct_io/__fwrite.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -48,6 +48,6 @@ asm void __fwrite() {
|
||||
#pragma optimizewithasm off
|
||||
asm void fwrite() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/direct_io/fwrite.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/direct_io/fwrite.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/errno
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/errno.h"
|
||||
#include "MSL_C/MSL_Common/Src/errno.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/extras
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/extras.h"
|
||||
#include "MSL_C/MSL_Common/Src/extras.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" extern u8 __lower_map[256];
|
||||
#pragma optimizewithasm off
|
||||
asm void strnicmp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/extras/strnicmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/extras/strnicmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -41,6 +41,6 @@ asm void strnicmp() {
|
||||
#pragma optimizewithasm off
|
||||
asm void stricmp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/extras/stricmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/extras/stricmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/file_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/file_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/file_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C" extern u8 __lower_map[256];
|
||||
#pragma optimizewithasm off
|
||||
asm void __msl_strnicmp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/file_io/__msl_strnicmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/file_io/__msl_strnicmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -45,7 +45,7 @@ asm void __msl_strnicmp() {
|
||||
#pragma optimizewithasm off
|
||||
asm void fflush() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/file_io/fflush.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/file_io/fflush.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -55,6 +55,6 @@ asm void fflush() {
|
||||
#pragma optimizewithasm off
|
||||
asm void fclose() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/file_io/fclose.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/file_io/fclose.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/float
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/float.h"
|
||||
#include "MSL_C/MSL_Common/Src/float.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/mbstring
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/mbstring.h"
|
||||
#include "MSL_C/MSL_Common/Src/mbstring.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -37,6 +37,6 @@ SECTION_SDATA2 static u32 lit_74[1 + 1 /* padding */] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void wcstombs() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mbstring/wcstombs.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mbstring/wcstombs.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/mem
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/mem.h"
|
||||
#include "MSL_C/MSL_Common/Src/mem.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -34,7 +34,7 @@ extern "C" void __copy_longs_aligned();
|
||||
#pragma optimizewithasm off
|
||||
asm int memcmp(const void*, const void*, size_t) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem/memcmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem/memcmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -44,7 +44,7 @@ asm int memcmp(const void*, const void*, size_t) {
|
||||
#pragma optimizewithasm off
|
||||
asm void __memrchr() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem/__memrchr.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem/__memrchr.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -54,7 +54,7 @@ asm void __memrchr() {
|
||||
#pragma optimizewithasm off
|
||||
asm void memchr() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem/memchr.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem/memchr.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -64,6 +64,6 @@ asm void memchr() {
|
||||
#pragma optimizewithasm off
|
||||
asm void memmove() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem/memmove.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem/memmove.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/mem_funcs
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/mem_funcs.h"
|
||||
#include "MSL_C/MSL_Common/Src/mem_funcs.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -30,7 +30,7 @@ extern "C" void __copy_longs_aligned();
|
||||
#pragma optimizewithasm off
|
||||
asm void __copy_longs_rev_unaligned() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_rev_unaligned.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_rev_unaligned.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -40,7 +40,7 @@ asm void __copy_longs_rev_unaligned() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __copy_longs_unaligned() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_unaligned.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_unaligned.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -50,7 +50,7 @@ asm void __copy_longs_unaligned() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __copy_longs_rev_aligned() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_rev_aligned.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_rev_aligned.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -60,6 +60,6 @@ asm void __copy_longs_rev_aligned() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __copy_longs_aligned() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_aligned.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_aligned.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/misc_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/misc_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/misc_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -30,6 +30,6 @@ extern "C" extern u8 __stdio_exit[4];
|
||||
#pragma optimizewithasm off
|
||||
asm void __stdio_atexit() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/misc_io/__stdio_atexit.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/misc_io/__stdio_atexit.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/printf
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/printf.h"
|
||||
#include "MSL_C/MSL_Common/Src/printf.h"
|
||||
#include "Runtime.PPCEABI.H/__va_arg.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
@@ -54,7 +54,7 @@ extern "C" extern u8 __ctype_map[256];
|
||||
#pragma optimizewithasm off
|
||||
asm size_t sprintf(const char*, const char*, ...) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/sprintf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/sprintf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -64,7 +64,7 @@ asm size_t sprintf(const char*, const char*, ...) {
|
||||
#pragma optimizewithasm off
|
||||
asm size_t snprintf(const char*, size_t, const char*, ...) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/snprintf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/snprintf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -74,7 +74,7 @@ asm size_t snprintf(const char*, size_t, const char*, ...) {
|
||||
#pragma optimizewithasm off
|
||||
asm size_t vsnprintf(char* buffer, size_t buffer_size, const char* format, va_list args) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/vsnprintf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/vsnprintf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -84,7 +84,7 @@ asm size_t vsnprintf(char* buffer, size_t buffer_size, const char* format, va_li
|
||||
#pragma optimizewithasm off
|
||||
asm size_t vprintf(const char*, va_list) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/vprintf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/vprintf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -94,7 +94,7 @@ asm size_t vprintf(const char*, va_list) {
|
||||
#pragma optimizewithasm off
|
||||
asm void fprintf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/fprintf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/fprintf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -104,7 +104,7 @@ asm void fprintf() {
|
||||
#pragma optimizewithasm off
|
||||
asm size_t printf(const char*, ...) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/printf.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/printf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -114,7 +114,7 @@ asm size_t printf(const char*, ...) {
|
||||
#pragma optimizewithasm off
|
||||
asm void __StringWrite() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/__StringWrite.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/__StringWrite.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -124,7 +124,7 @@ asm void __StringWrite() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __FileWrite() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/__FileWrite.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/__FileWrite.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -155,7 +155,7 @@ SECTION_SDATA static u8 data_80450AD8[2 + 6 /* padding */] = {
|
||||
asm void __pformatter() {
|
||||
nofralloc
|
||||
#undef __va_arg
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/__pformatter.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/__pformatter.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -186,7 +186,7 @@ SECTION_SDATA2 static u8 lit_1089[8] = {
|
||||
#pragma optimizewithasm off
|
||||
static asm void float2str() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/float2str.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/float2str.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -196,7 +196,7 @@ static asm void float2str() {
|
||||
#pragma optimizewithasm off
|
||||
static asm void round_decimal() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/round_decimal.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/round_decimal.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -206,7 +206,7 @@ static asm void round_decimal() {
|
||||
#pragma optimizewithasm off
|
||||
static asm void double2hex() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/double2hex.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/double2hex.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -238,7 +238,7 @@ SECTION_DATA static void* lit_1248[33] = {
|
||||
#pragma optimizewithasm off
|
||||
static asm void longlong2str() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/longlong2str.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/longlong2str.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -270,7 +270,7 @@ SECTION_DATA static void* lit_1307[33] = {
|
||||
#pragma optimizewithasm off
|
||||
static asm void long2str() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/long2str.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/long2str.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -336,7 +336,7 @@ SECTION_DATA static void* lit_1442[17 + 1 /* padding */] = {
|
||||
#pragma optimizewithasm off
|
||||
static asm void parse_format() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/printf/parse_format.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/printf/parse_format.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/scanf
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/scanf.h"
|
||||
#include "MSL_C/MSL_Common/Src/scanf.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -27,6 +27,6 @@ extern "C" void __StringRead();
|
||||
#pragma optimizewithasm off
|
||||
asm void __StringRead() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/scanf/__StringRead.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/scanf/__StringRead.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/signal
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/signal.h"
|
||||
#include "MSL_C/MSL_Common/Src/signal.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -35,6 +35,6 @@ static u8 signal_funcs[24];
|
||||
#pragma optimizewithasm off
|
||||
asm void raise() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/signal/raise.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/signal/raise.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/string
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/string.h"
|
||||
#include "MSL_C/MSL_Common/Src/string.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -23,7 +23,7 @@ extern "C" void _epilog();
|
||||
#pragma optimizewithasm off
|
||||
asm char* strrchr(const char*, int) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strrchr.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strrchr.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -33,7 +33,7 @@ asm char* strrchr(const char*, int) {
|
||||
#pragma optimizewithasm off
|
||||
asm char* strchr(const char*, int) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strchr.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strchr.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -43,7 +43,7 @@ asm char* strchr(const char*, int) {
|
||||
#pragma optimizewithasm off
|
||||
asm int strncmp(const char*, const char*, u32) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strncmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strncmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -53,7 +53,7 @@ asm int strncmp(const char*, const char*, u32) {
|
||||
#pragma optimizewithasm off
|
||||
asm int strcmp(const char*, const char*) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strcmp.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strcmp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -63,7 +63,7 @@ asm int strcmp(const char*, const char*) {
|
||||
#pragma optimizewithasm off
|
||||
asm char* strcat(char*, const char*) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strcat.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strcat.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -73,7 +73,7 @@ asm char* strcat(char*, const char*) {
|
||||
#pragma optimizewithasm off
|
||||
asm char* strncpy(char*, const char*, u32) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strncpy.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strncpy.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -83,7 +83,7 @@ asm char* strncpy(char*, const char*, u32) {
|
||||
#pragma optimizewithasm off
|
||||
asm char* strcpy(char*, const char*) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strcpy.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strcpy.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -93,6 +93,6 @@ asm char* strcpy(char*, const char*) {
|
||||
#pragma optimizewithasm off
|
||||
asm u32 strlen(const char*) {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/string/strlen.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/string/strlen.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/strtoul
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/strtoul.h"
|
||||
#include "MSL_C/MSL_Common/Src/strtoul.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -34,7 +34,7 @@ extern "C" extern u8 errno[4 + 4 /* padding */];
|
||||
#pragma optimizewithasm off
|
||||
asm void strtol() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/strtoul/strtol.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/strtoul/strtol.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -44,7 +44,7 @@ asm void strtol() {
|
||||
#pragma optimizewithasm off
|
||||
asm void strtoul() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/strtoul/strtoul.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/strtoul/strtoul.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -78,6 +78,6 @@ SECTION_DATA static void* lit_431[17 + 1 /* padding */] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void __strtoul() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/strtoul/__strtoul.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/strtoul/__strtoul.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common/Src/wchar_io
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common/Src/wchar_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/wchar_io.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -27,6 +27,6 @@ extern "C" void fwide();
|
||||
#pragma optimizewithasm off
|
||||
asm void fwide() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common/Src/wchar_io/fwide.s"
|
||||
#include "asm/MSL_C/MSL_Common/Src/wchar_io/fwide.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: MSL_Common_Embedded/Src/ansi_fp
|
||||
//
|
||||
|
||||
#include "msl_c/MSL_Common_Embedded/Src/ansi_fp.h"
|
||||
#include "MSL_C/MSL_Common_Embedded/Src/ansi_fp.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -38,7 +38,7 @@ extern "C" void modf();
|
||||
#pragma optimizewithasm off
|
||||
asm void __num2dec() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common_Embedded/Src/ansi_fp/__num2dec.s"
|
||||
#include "asm/MSL_C/MSL_Common_Embedded/Src/ansi_fp/__num2dec.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -54,7 +54,7 @@ SECTION_SDATA2 static u8 lit_824[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void __num2dec_internal() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common_Embedded/Src/ansi_fp/__num2dec_internal.s"
|
||||
#include "asm/MSL_C/MSL_Common_Embedded/Src/ansi_fp/__num2dec_internal.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -175,7 +175,7 @@ SECTION_DATA static void* lit_1710[73 + 1 /* padding */] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void __two_exp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common_Embedded/Src/ansi_fp/__two_exp.s"
|
||||
#include "asm/MSL_C/MSL_Common_Embedded/Src/ansi_fp/__two_exp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -185,7 +185,7 @@ asm void __two_exp() {
|
||||
#pragma optimizewithasm off
|
||||
asm void __timesdec() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/MSL_Common_Embedded/Src/ansi_fp/__timesdec.s"
|
||||
#include "asm/MSL_C/MSL_Common_Embedded/Src/ansi_fp/__timesdec.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
+116
-116
@@ -3,120 +3,120 @@
|
||||
#
|
||||
|
||||
LIBMSL_C_PPCEABI_BARE_H_A_CPP_FILES := \
|
||||
libs/msl_c/MSL_Common/Src/abort_exit.cpp \
|
||||
libs/msl_c/MSL_Common/Src/alloc.cpp \
|
||||
libs/msl_c/MSL_Common/Src/errno.cpp \
|
||||
libs/msl_c/MSL_Common/Src/ansi_files.cpp \
|
||||
libs/msl_c/MSL_Common_Embedded/Src/ansi_fp.cpp \
|
||||
libs/msl_c/MSL_Common/Src/arith.cpp \
|
||||
libs/msl_c/MSL_Common/Src/buffer_io.cpp \
|
||||
libs/msl_c/MSL_Common/Src/char_io.cpp \
|
||||
libs/msl_c/PPC_EABI/Src/critical_regions.gamecube.cpp \
|
||||
libs/msl_c/MSL_Common/Src/ctype.cpp \
|
||||
libs/msl_c/MSL_Common/Src/direct_io.cpp \
|
||||
libs/msl_c/MSL_Common/Src/file_io.cpp \
|
||||
libs/msl_c/MSL_Common/Src/FILE_POS.cpp \
|
||||
libs/msl_c/MSL_Common/Src/mbstring.cpp \
|
||||
libs/msl_c/MSL_Common/Src/mem.cpp \
|
||||
libs/msl_c/MSL_Common/Src/mem_funcs.cpp \
|
||||
libs/msl_c/MSL_Common/Src/misc_io.cpp \
|
||||
libs/msl_c/MSL_Common/Src/printf.cpp \
|
||||
libs/msl_c/MSL_Common/Src/scanf.cpp \
|
||||
libs/msl_c/MSL_Common/Src/float.cpp \
|
||||
libs/msl_c/MSL_Common/Src/signal.cpp \
|
||||
libs/msl_c/MSL_Common/Src/string.cpp \
|
||||
libs/msl_c/MSL_Common/Src/strtoul.cpp \
|
||||
libs/msl_c/MSL_Common/Src/wchar_io.cpp \
|
||||
libs/msl_c/PPC_EABI/Src/uart_console_io_gcn.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_acos.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_asin.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_atan2.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_exp.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_fmod.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_pow.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_rem_pio2.cpp \
|
||||
libs/msl_c/Math/Double_precision/k_cos.cpp \
|
||||
libs/msl_c/Math/Double_precision/k_rem_pio2.cpp \
|
||||
libs/msl_c/Math/Double_precision/k_sin.cpp \
|
||||
libs/msl_c/Math/Double_precision/k_tan.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_atan.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_ceil.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_copysign.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_cos.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_floor.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_frexp.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_ldexp.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_modf.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_sin.cpp \
|
||||
libs/msl_c/Math/Double_precision/s_tan.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_acos.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_asin.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_atan2.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_exp.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_fmod.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_pow.cpp \
|
||||
libs/msl_c/Math/Double_precision/e_sqrt.cpp \
|
||||
libs/msl_c/PPC_EABI/Src/math_ppc.cpp \
|
||||
libs/msl_c/Math/Double_precision/w_sqrt.cpp \
|
||||
libs/msl_c/MSL_Common/Src/extras.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/abort_exit.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/alloc.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/errno.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/ansi_files.cpp \
|
||||
libs/MSL_C/MSL_Common_Embedded/Src/ansi_fp.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/arith.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/buffer_io.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/char_io.cpp \
|
||||
libs/MSL_C/PPC_EABI/Src/critical_regions.gamecube.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/ctype.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/direct_io.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/file_io.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/FILE_POS.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/mbstring.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/mem.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/mem_funcs.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/misc_io.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/printf.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/scanf.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/float.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/signal.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/string.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/strtoul.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/wchar_io.cpp \
|
||||
libs/MSL_C/PPC_EABI/Src/uart_console_io_gcn.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_acos.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_asin.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_atan2.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_exp.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_fmod.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_pow.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_rem_pio2.cpp \
|
||||
libs/MSL_C/Math/Double_precision/k_cos.cpp \
|
||||
libs/MSL_C/Math/Double_precision/k_rem_pio2.cpp \
|
||||
libs/MSL_C/Math/Double_precision/k_sin.cpp \
|
||||
libs/MSL_C/Math/Double_precision/k_tan.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_atan.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_ceil.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_copysign.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_cos.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_floor.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_frexp.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_ldexp.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_modf.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_sin.cpp \
|
||||
libs/MSL_C/Math/Double_precision/s_tan.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_acos.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_asin.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_atan2.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_exp.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_fmod.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_pow.cpp \
|
||||
libs/MSL_C/Math/Double_precision/e_sqrt.cpp \
|
||||
libs/MSL_C/PPC_EABI/Src/math_ppc.cpp \
|
||||
libs/MSL_C/Math/Double_precision/w_sqrt.cpp \
|
||||
libs/MSL_C/MSL_Common/Src/extras.cpp \
|
||||
|
||||
LIBMSL_C_PPCEABI_BARE_H_A_O_FILES := \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/abort_exit.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/alloc.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/errno.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/ansi_files.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common_Embedded/Src/ansi_fp.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/arith.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/buffer_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/char_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/PPC_EABI/Src/critical_regions.gamecube.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/ctype.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/direct_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/file_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/FILE_POS.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/mbstring.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/mem.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/mem_funcs.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/misc_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/printf.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/scanf.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/float.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/signal.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/string.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/strtoul.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/wchar_io.o \
|
||||
$(BUILD_DIR)/libs/msl_c/PPC_EABI/Src/uart_console_io_gcn.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_acos.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_asin.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_atan2.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_exp.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_fmod.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_pow.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_rem_pio2.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/k_cos.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/k_rem_pio2.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/k_sin.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/k_tan.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_atan.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_ceil.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_copysign.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_cos.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_floor.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_frexp.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_ldexp.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_modf.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_sin.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/s_tan.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_acos.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_asin.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_atan2.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_exp.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_fmod.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_pow.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/e_sqrt.o \
|
||||
$(BUILD_DIR)/libs/msl_c/PPC_EABI/Src/math_ppc.o \
|
||||
$(BUILD_DIR)/libs/msl_c/Math/Double_precision/w_sqrt.o \
|
||||
$(BUILD_DIR)/libs/msl_c/MSL_Common/Src/extras.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/abort_exit.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/alloc.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/errno.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/ansi_files.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common_Embedded/Src/ansi_fp.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/arith.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/buffer_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/char_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/PPC_EABI/Src/critical_regions.gamecube.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/ctype.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/direct_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/file_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/FILE_POS.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/mbstring.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/mem.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/mem_funcs.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/misc_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/printf.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/scanf.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/float.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/signal.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/string.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/strtoul.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/wchar_io.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/PPC_EABI/Src/uart_console_io_gcn.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_acos.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_asin.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_atan2.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_exp.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_fmod.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_pow.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_rem_pio2.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/k_cos.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/k_rem_pio2.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/k_sin.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/k_tan.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_atan.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_ceil.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_copysign.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_cos.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_floor.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_frexp.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_ldexp.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_modf.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_sin.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/s_tan.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_acos.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_asin.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_atan2.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_exp.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_fmod.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_pow.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/e_sqrt.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/PPC_EABI/Src/math_ppc.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/Math/Double_precision/w_sqrt.o \
|
||||
$(BUILD_DIR)/libs/MSL_C/MSL_Common/Src/extras.o \
|
||||
|
||||
LIBMSL_C_PPCEABI_BARE_H_A_CFLAGS := \
|
||||
|
||||
@@ -126,12 +126,12 @@ LIBMSL_C_PPCEABI_BARE_H_A_LDFLAGS := \
|
||||
-proc gekko \
|
||||
-linkmode moreram \
|
||||
|
||||
$(BUILD_DIR)/libmsl_c.a: $(LIBMSL_C_PPCEABI_BARE_H_A_O_FILES)
|
||||
@echo linking... $(BUILD_DIR)/libmsl_c.a
|
||||
$(BUILD_DIR)/libMSL_C.a: $(LIBMSL_C_PPCEABI_BARE_H_A_O_FILES)
|
||||
@echo linking... $(BUILD_DIR)/libMSL_C.a
|
||||
@echo $(LIBMSL_C_PPCEABI_BARE_H_A_O_FILES) > build/LIBMSL_C_PPCEABI_BARE_H_A_ofiles
|
||||
@$(LD) -xm l $(LIBMSL_C_PPCEABI_BARE_H_A_LDFLAGS) -o $(BUILD_DIR)/libmsl_c.a @build/LIBMSL_C_PPCEABI_BARE_H_A_ofiles
|
||||
@$(LD) -xm l $(LIBMSL_C_PPCEABI_BARE_H_A_LDFLAGS) -o $(BUILD_DIR)/libMSL_C.a @build/LIBMSL_C_PPCEABI_BARE_H_A_ofiles
|
||||
|
||||
$(BUILD_DIR)/libs/msl_c/%.o: libs/msl_c/%.cpp
|
||||
$(BUILD_DIR)/libs/MSL_C/%.o: libs/MSL_C/%.cpp
|
||||
@mkdir -p $(@D)
|
||||
@echo building... $<
|
||||
@$(ICONV) -f UTF-8 -t CP932 < $< > $(basename $@).cpp
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_acos
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_acos.h"
|
||||
#include "MSL_C/Math/Double_precision/e_acos.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -84,6 +84,6 @@ SECTION_SDATA2 static f64 lit_99 = 2.0;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_acos() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_acos/__ieee754_acos.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_acos/__ieee754_acos.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_asin
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_asin.h"
|
||||
#include "MSL_C/Math/Double_precision/e_asin.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -82,6 +82,6 @@ SECTION_SDATA2 static f64 lit_110 = 0.7853981633974483;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_asin() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_asin/__ieee754_asin.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_asin/__ieee754_asin.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_atan2
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_atan2.h"
|
||||
#include "MSL_C/Math/Double_precision/e_atan2.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -65,6 +65,6 @@ SECTION_SDATA2 static f64 lit_155 = 1.2246467991473532e-16;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_atan2() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_atan2/__ieee754_atan2.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_atan2/__ieee754_atan2.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_exp
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_exp.h"
|
||||
#include "MSL_C/Math/Double_precision/e_exp.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -99,6 +99,6 @@ SECTION_SDATA2 static f64 lit_131 = 4503601774854144.0 /* cast s32 to float */;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_exp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_exp/__ieee754_exp.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_exp/__ieee754_exp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_fmod
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_fmod.h"
|
||||
#include "MSL_C/Math/Double_precision/e_fmod.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -34,6 +34,6 @@ COMPILER_STRIP_GATE(0x803A2370, &Zero);
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_fmod() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_fmod/__ieee754_fmod.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_fmod/__ieee754_fmod.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_pow
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_pow.h"
|
||||
#include "MSL_C/Math/Double_precision/e_pow.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -161,6 +161,6 @@ SECTION_SDATA2 static f64 lit_370 = 4503601774854144.0 /* cast s32 to float */;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_pow() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_pow/__ieee754_pow.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_pow/__ieee754_pow.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_rem_pio2
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_rem_pio2.h"
|
||||
#include "MSL_C/Math/Double_precision/e_rem_pio2.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -100,6 +100,6 @@ SECTION_SDATA2 static f64 lit_157 = 4503601774854144.0 /* cast s32 to float */;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_rem_pio2() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_rem_pio2/__ieee754_rem_pio2.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_rem_pio2/__ieee754_rem_pio2.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/e_sqrt
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/e_sqrt.h"
|
||||
#include "MSL_C/Math/Double_precision/e_sqrt.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -34,6 +34,6 @@ SECTION_SDATA2 static f64 lit_164 = 1.0;
|
||||
#pragma optimizewithasm off
|
||||
asm void __ieee754_sqrt() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/e_sqrt/__ieee754_sqrt.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/e_sqrt/__ieee754_sqrt.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/k_cos
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/k_cos.h"
|
||||
#include "MSL_C/Math/Double_precision/k_cos.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -55,6 +55,6 @@ SECTION_SDATA2 static f64 lit_73 = 0.28125;
|
||||
#pragma optimizewithasm off
|
||||
asm void __kernel_cos() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/k_cos/__kernel_cos.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/k_cos/__kernel_cos.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/k_rem_pio2
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/k_rem_pio2.h"
|
||||
#include "MSL_C/Math/Double_precision/k_rem_pio2.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -74,6 +74,6 @@ SECTION_SDATA2 static f64 lit_445 = 4503601774854144.0 /* cast s32 to float */;
|
||||
#pragma optimizewithasm off
|
||||
asm void __kernel_rem_pio2() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/k_rem_pio2/__kernel_rem_pio2.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/k_rem_pio2/__kernel_rem_pio2.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/k_sin
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/k_sin.h"
|
||||
#include "MSL_C/Math/Double_precision/k_sin.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -49,6 +49,6 @@ SECTION_SDATA2 static f64 lit_66 = 0.5;
|
||||
#pragma optimizewithasm off
|
||||
asm void __kernel_sin() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/k_sin/__kernel_sin.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/k_sin/__kernel_sin.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/k_tan
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/k_tan.h"
|
||||
#include "MSL_C/Math/Double_precision/k_tan.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -63,6 +63,6 @@ SECTION_SDATA2 static f64 lit_101 = 4503601774854144.0 /* cast s32 to float */;
|
||||
#pragma optimizewithasm off
|
||||
asm void __kernel_tan() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/k_tan/__kernel_tan.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/k_tan/__kernel_tan.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_atan
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_atan.h"
|
||||
#include "MSL_C/Math/Double_precision/s_atan.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -74,6 +74,6 @@ SECTION_SDATA2 static f64 lit_119 = -1.0;
|
||||
#pragma optimizewithasm off
|
||||
asm void atan() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_atan/atan.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_atan/atan.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_ceil
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_ceil.h"
|
||||
#include "MSL_C/Math/Double_precision/s_ceil.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -36,6 +36,6 @@ SECTION_SDATA2 static u8 lit_125[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void ceil() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_ceil/ceil.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_ceil/ceil.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_copysign
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_copysign.h"
|
||||
#include "MSL_C/Math/Double_precision/s_copysign.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -27,6 +27,6 @@ extern "C" void copysign();
|
||||
#pragma optimizewithasm off
|
||||
asm void copysign() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_copysign/copysign.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_copysign/copysign.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_cos
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_cos.h"
|
||||
#include "MSL_C/Math/Double_precision/s_cos.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -37,6 +37,6 @@ SECTION_SDATA2 static u8 lit_67[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void cos() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_cos/cos.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_cos/cos.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_floor
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_floor.h"
|
||||
#include "MSL_C/Math/Double_precision/s_floor.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -36,6 +36,6 @@ SECTION_SDATA2 static u8 lit_125[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void floor() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_floor/floor.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_floor/floor.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_frexp
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_frexp.h"
|
||||
#include "MSL_C/Math/Double_precision/s_frexp.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -31,6 +31,6 @@ SECTION_SDATA2 static f64 lit_57 = 1.8014398509481984e+16;
|
||||
#pragma optimizewithasm off
|
||||
asm void frexp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_frexp/frexp.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_frexp/frexp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_ldexp
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_ldexp.h"
|
||||
#include "MSL_C/Math/Double_precision/s_ldexp.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -47,6 +47,6 @@ SECTION_SDATA2 static f64 lit_95 = 5.551115123125783e-17;
|
||||
#pragma optimizewithasm off
|
||||
asm void ldexp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_ldexp/ldexp.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_ldexp/ldexp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_modf
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_modf.h"
|
||||
#include "MSL_C/Math/Double_precision/s_modf.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -27,6 +27,6 @@ extern "C" void modf();
|
||||
#pragma optimizewithasm off
|
||||
asm void modf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_modf/modf.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_modf/modf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_sin
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_sin.h"
|
||||
#include "MSL_C/Math/Double_precision/s_sin.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -37,6 +37,6 @@ SECTION_SDATA2 static u8 lit_67[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void sin() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_sin/sin.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_sin/sin.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/s_tan
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/s_tan.h"
|
||||
#include "MSL_C/Math/Double_precision/s_tan.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -36,6 +36,6 @@ SECTION_SDATA2 static u8 lit_58[8] = {
|
||||
#pragma optimizewithasm off
|
||||
asm void tan() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/s_tan/tan.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/s_tan/tan.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_acos
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_acos.h"
|
||||
#include "MSL_C/Math/Double_precision/w_acos.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_acos();
|
||||
#pragma optimizewithasm off
|
||||
asm void acos() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_acos/acos.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_acos/acos.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_asin
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_asin.h"
|
||||
#include "MSL_C/Math/Double_precision/w_asin.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_asin();
|
||||
#pragma optimizewithasm off
|
||||
asm void asin() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_asin/asin.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_asin/asin.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_atan2
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_atan2.h"
|
||||
#include "MSL_C/Math/Double_precision/w_atan2.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_atan2();
|
||||
#pragma optimizewithasm off
|
||||
asm void atan2() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_atan2/atan2.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_atan2/atan2.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_exp
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_exp.h"
|
||||
#include "MSL_C/Math/Double_precision/w_exp.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_exp();
|
||||
#pragma optimizewithasm off
|
||||
asm void exp() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_exp/exp.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_exp/exp.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_fmod
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_fmod.h"
|
||||
#include "MSL_C/Math/Double_precision/w_fmod.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_fmod();
|
||||
#pragma optimizewithasm off
|
||||
asm void fmod() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_fmod/fmod.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_fmod/fmod.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_pow
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_pow.h"
|
||||
#include "MSL_C/Math/Double_precision/w_pow.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_pow();
|
||||
#pragma optimizewithasm off
|
||||
asm void pow() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_pow/pow.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_pow/pow.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: Math/Double_precision/w_sqrt
|
||||
//
|
||||
|
||||
#include "msl_c/Math/Double_precision/w_sqrt.h"
|
||||
#include "MSL_C/Math/Double_precision/w_sqrt.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -29,6 +29,6 @@ extern "C" void __ieee754_sqrt();
|
||||
#pragma optimizewithasm off
|
||||
asm void sqrt() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/Math/Double_precision/w_sqrt/sqrt.s"
|
||||
#include "asm/MSL_C/Math/Double_precision/w_sqrt/sqrt.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: PPC_EABI/Src/critical_regions.gamecube
|
||||
//
|
||||
|
||||
#include "msl_c/PPC_EABI/Src/critical_regions.gamecube.h"
|
||||
#include "MSL_C/PPC_EABI/Src/critical_regions.gamecube.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: PPC_EABI/Src/math_ppc
|
||||
//
|
||||
|
||||
#include "msl_c/PPC_EABI/Src/math_ppc.h"
|
||||
#include "MSL_C/PPC_EABI/Src/math_ppc.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C" void acos();
|
||||
#pragma optimizewithasm off
|
||||
asm void tanf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/PPC_EABI/Src/math_ppc/tanf.s"
|
||||
#include "asm/MSL_C/PPC_EABI/Src/math_ppc/tanf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -45,7 +45,7 @@ asm void tanf() {
|
||||
#pragma optimizewithasm off
|
||||
asm void sinf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/PPC_EABI/Src/math_ppc/sinf.s"
|
||||
#include "asm/MSL_C/PPC_EABI/Src/math_ppc/sinf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -55,7 +55,7 @@ asm void sinf() {
|
||||
#pragma optimizewithasm off
|
||||
asm void cosf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/PPC_EABI/Src/math_ppc/cosf.s"
|
||||
#include "asm/MSL_C/PPC_EABI/Src/math_ppc/cosf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -65,6 +65,6 @@ asm void cosf() {
|
||||
#pragma optimizewithasm off
|
||||
asm void acosf() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/PPC_EABI/Src/math_ppc/acosf.s"
|
||||
#include "asm/MSL_C/PPC_EABI/Src/math_ppc/acosf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Translation Unit: PPC_EABI/Src/uart_console_io_gcn
|
||||
//
|
||||
|
||||
#include "msl_c/PPC_EABI/Src/uart_console_io_gcn.h"
|
||||
#include "MSL_C/PPC_EABI/Src/uart_console_io_gcn.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -42,6 +42,6 @@ static u8 initialized[4 + 4 /* padding */];
|
||||
#pragma optimizewithasm off
|
||||
asm void __write_console() {
|
||||
nofralloc
|
||||
#include "asm/msl_c/PPC_EABI/Src/uart_console_io_gcn/__write_console.s"
|
||||
#include "asm/MSL_C/PPC_EABI/Src/uart_console_io_gcn/__write_console.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
Reference in New Issue
Block a user