Update mwccgap (basic rodata support) (#1276)

This commit is contained in:
Mark Street 2024-06-07 18:14:08 +01:00 committed by GitHub
parent 0561f4d100
commit aff2a634a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 5 deletions

View File

@ -16,7 +16,7 @@ options:
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.stwrp.txt
find_file_boundaries: yes
use_legacy_include_asm: no
migrate_rodata_to_functions: no
migrate_rodata_to_functions: yes
asm_jtbl_label_macro: jlabel
symbol_name_format : psp_$VRAM
nonmatchings_path: psp
@ -151,6 +151,9 @@ segments:
- [0x14440, data] # D_psp_0924BAC0
- [0x14450, data] # D_psp_0924BAD0
- [0x14460, data] # D_psp_0924BAE0
- [0x14480, data] # rodata?
- [0x14480, .rodata, wrp_psp/e_red_door]
- [0x14498, .rodata, wrp_psp/e_collect]
- [0x144D0, .rodata, wrp_psp/e_misc]
- [0x144F8, .rodata, wrp_psp/warp]
- {type: bss, vram: 0x924BC00}
- [0x14580]

View File

@ -16,7 +16,7 @@ options:
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.tt_000.txt
find_file_boundaries: yes
use_legacy_include_asm: no
migrate_rodata_to_functions: no
migrate_rodata_to_functions: yes
asm_jtbl_label_macro: jlabel
section_order:
- ".text"
@ -44,6 +44,6 @@ segments:
- [0x80, c, 10E8]
- [0x48C8, c, 45E4]
- [0x4C80, data]
- [0x5E00, data] # rodata, not data
- [0x5E00, .rodata, 10E8]
- {type: bss, vram: 0x092ed480}
- [0x5E80]

@ -1 +1 @@
Subproject commit a4e53ab3e03069689ca6c2c0bd2dfbb99bb96719
Subproject commit c12019ae8c239367053965ca6e9e354ba095a6e1