diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-05-08 12:33:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 12:33:08 -0400 |
| commit | 39a2e453bb882b2498c7c4aa9073a9f85d048f0c (patch) | |
| tree | a58352a0b7fbd07f336c6a9efc0c78fd0a52ccea /include | |
| parent | abeb1b95991f54ad4af0bce6c4a99ce172f5abe5 (diff) | |
Do not use `undefined_syms_auto` files when linking (#15)
* remove some symbols
* Adding more symbols to undefined_syms.ld
* Avoid using the undefined_auto completely
* relocs for entry.s
Diffstat (limited to 'include')
| -rw-r--r-- | include/boot_main.h | 2 | ||||
| -rw-r--r-- | include/boot_variables.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/boot_main.h b/include/boot_main.h index 2aedae3..0008e60 100644 --- a/include/boot_main.h +++ b/include/boot_main.h @@ -4,6 +4,6 @@ #include "ultra64.h" // void func_80025C60_jp(); -// void func_80025CC0_jp(); +// void bootproc(); #endif diff --git a/include/boot_variables.h b/include/boot_variables.h index c590bb5..60aa33f 100644 --- a/include/boot_variables.h +++ b/include/boot_variables.h @@ -241,7 +241,7 @@ // extern UNK_TYPE B_8003ED40_jp; // extern UNK_TYPE B_8003ED60_jp; // extern UNK_TYPE B_8003ED80_jp; -// extern UNK_TYPE B_8003EF30_jp; +// extern STACK(sBootStack, 0x400); // extern UNK_TYPE B_8003F330_jp; // extern UNK_TYPE B_8003F4E0_jp; // extern UNK_TYPE B_8003FDE0_jp; |
