Split and link OSRtc OSSync for 0-01

This commit is contained in:
Phillip Stephens 2024-12-26 15:47:22 -08:00
parent 3d8c5d4ab4
commit e2435eeb7a
2 changed files with 9 additions and 2 deletions

View File

@ -3840,6 +3840,13 @@ Dolphin/os/OSResetSW.c:
.text start:0x80383678 end:0x80383A04
.sbss start:0x805A9AE0 end:0x805A9B00
Dolphin/os/OSRtc.c:
.text start:0x80383A04 end:0x803845C0
.bss start:0x80541780 end:0x805417D8
Dolphin/os/OSSync.c:
.text start:0x803845C0 end:0x80384644
Dolphin/os/OSThread.c:
.text start:0x80384644 end:0x80385584
.bss start:0x805417D8 end:0x805421D0

View File

@ -1187,8 +1187,8 @@ config.libs = [
Object(NonMatching, "Dolphin/os/OSReboot.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSReset.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSResetSW.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/os/OSRtc.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/os/OSSync.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSRtc.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSSync.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSThread.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSTime.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/__ppc_eabi_init.cpp"),