Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 02:31

What's Changed

  • Added: dtk extab clean & config.yml clean_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.
  • 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