mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-12 05:16:19 -05:00
Support syncing BSS symbols to pmdsky-debug
These data symbols can be added to ram.yml. Since information is lost, it's not possible to go in the other direction, so RAM syncing can only be done TO pmdsky-debug.
This commit is contained in:
@@ -39,6 +39,10 @@ replaced_symbols = set()
|
||||
for language, pmdsky_debug_language_symbols in pmdsky_debug_symbols.items():
|
||||
xmap_language_symbols = xmap_symbols[language]
|
||||
for section_name, pmdsky_debug_section in pmdsky_debug_language_symbols.items():
|
||||
if section_name == 'ram':
|
||||
# We can't distinguish between different types of RAM symbols.
|
||||
# E.g., they could be in the BSS, heap, etc.
|
||||
continue
|
||||
if section_name in xmap_language_symbols:
|
||||
xmap_section = xmap_language_symbols[section_name]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user