index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
fix_bss.py
Age
Commit message (
Expand
)
Author
5 days
Fix fix_bss.py tiebreaking algorithm (#2779)
cadmic
2026-05-06
Partial linking of spec segments (#2661)
Tharo
2026-02-22
Fix misc 23 (#2699)
Dragorn421
2025-04-04
Account for z_rumble's unreferenced bss at the start in fix_bss script (#2502)
Derek Hensley
2025-02-15
fix_bss.py: Try to handle one-past-the-end pointers (#2471)
cadmic
2025-02-03
fix_bss.py: Gracefully handle EGCS-compiled files (#2452)
cadmic
2024-11-14
fix_bss.py: Fix infinite loop after linker errors (#2297)
cadmic
2024-09-28
[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)
cadmic
2024-09-08
fix_bss.py: Restore z_locale special case (#2179)
cadmic
2024-09-08
Run fix_bss.py in Jenkins and generate a patch (#2168)
cadmic
2024-09-08
fix_bss.py: Subtract addend for relocations against global symbols (#2169)
cadmic
2024-09-08
[ntsc-1.2] Import n64dd code from Decompollaborate/n64dd (#2136)
cadmic
2024-09-05
Cleanup: Pass all paths to tools rather than tools constructing them (#2017)
Dragorn421
2024-08-25
In fix_bss.py, really always use BSS section start from map file (#2085)
cadmic
2024-08-25
Have fix_bss.py deal with symbols referenced in .data or .rodata (#2072)
cadmic
2024-08-22
Grab bag of fix_bss.py fixes (#2066)
cadmic
2024-08-18
Use BSS section start from map file in fix_bss.py instead of guessing (#2045)
cadmic
2024-08-09
Handle multiline `#pragma increment_block_number` (#2023)
Dragorn421
2024-08-02
Automate fixing BSS ordering (#2009)
cadmic