Implement mdebug parsing for static symbols in IDO elfs (#155)

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
Wiseguy
2025-09-06 18:44:18 -04:00
committed by GitHub
parent a49c51b37f
commit afc2ff93a5
9 changed files with 1196 additions and 11 deletions

View File

@@ -1181,7 +1181,8 @@ int main(int argc, const char** argv) {
.entrypoint_address = 0,
.use_absolute_symbols = false,
.unpaired_lo16_warnings = false,
.all_sections_relocatable = true
.all_sections_relocatable = true,
.use_mdebug = false,
};
bool dummy_found_entrypoint;
N64Recomp::DataSymbolMap dummy_syms_map;