What's Changed
- Added:
dtk extab clean
& config.ymlclean_extab
(9cafb77)- It was discovered that certain extab actions contain uninitalized data from the compiler. This provides a way to zero out uninitialized data in DOL or object files. Usage:
dtk extab clean input.dol output.dol
- A
clean_extab
setting was added to config.yml, so projects can link the cleaned objects and target the cleaned DOL hash.
- It was discovered that certain extab actions contain uninitalized data from the compiler. This provides a way to zero out uninitialized data in DOL or object files. Usage:
- Added: Some ProDG improvements by @dbalatoni13 in #101
- Added: Write
ldscript_template
path to output depfile (9c68155) - Fixed: Fix BSS symbol data check in
add_padding_symbols
(f212b35)
Full Changelog: v1.5.1...v1.6.0