Skip to content

Commit

Permalink
Basic jp0 setup (no symbols/splits)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Jan 11, 2025
1 parent 6a6b27e commit 7fdaa20
Show file tree
Hide file tree
Showing 7 changed files with 73,805 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/JP0/build.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dcb4008bc3465156895a10c4d7a7bd56223bee5a build/JP0/main.dol
679d960150577de4b3e4d49af92ae719184edb4c build/JP0/relF/relF.rel
13 changes: 13 additions & 0 deletions config/JP0/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
object: sys/main.dol
object_base: orig/JP0
hash: dcb4008bc3465156895a10c4d7a7bd56223bee5a
symbols: config/JP0/symbols.txt
splits: config/JP0/splits.txt
mw_comment_version: 15
quick_analysis: false

modules:
- object: files/rel/relF.bin:nlzss
hash: 679d960150577de4b3e4d49af92ae719184edb4c
symbols: config/JP0/relF/symbols.txt
splits: config/JP0/relF/splits.txt
13 changes: 13 additions & 0 deletions config/JP0/relF/splits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Sections:
.text type:code align:4
.ctors type:rodata align:4
.dtors type:rodata align:4
.rodata type:rodata align:8
.data type:data align:32
.bss type:bss align:8

Runtime.PPCEABI.H/global_destructor_chain.c:
.text start:0x0003DF24 end:0x0003DF94
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
.dtors start:0x00000004 end:0x00000008 skip
.bss start:0x00000B50 end:0x00000B54
30,012 changes: 30,012 additions & 0 deletions config/JP0/relF/symbols.txt

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions config/JP0/splits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Sections:
.init type:code align:4
extab type:rodata align:32
extabindex type:rodata align:32
.text type:code align:32
.ctors type:rodata align:32
.dtors type:rodata align:16
.rodata type:rodata align:32
.data type:data align:16
.bss type:bss align:128
.sdata type:data align:32
.sbss type:bss align:4
.sdata2 type:rodata align:16
.sbss2 type:bss align:32

Runtime.PPCEABI.H/__init_cpp_exceptions.cpp:
.text start:0x80253E10 end:0x80253E80
.ctors start:0x80319140 end:0x80319144 rename:.ctors$10
.dtors start:0x803191A0 end:0x803191A4 rename:.dtors$10
.dtors start:0x803191A4 end:0x803191A8 rename:.dtors$15
.sdata start:0x805424F8 end:0x80542500
43,743 changes: 43,743 additions & 0 deletions config/JP0/symbols.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
DEFAULT_VERSION = 0
VERSIONS = [
"EU0", # 0
"JP0", # 1
]

parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 7fdaa20

Please sign in to comment.