Skip to content

2.6.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 26 Aug 19:26
· 14 commits to master since this release
85197c5

[2.6.0] - 2024-08-26

Added

  • Add new parameters to bss_check.printSymbolComparison.
    • printGoods: Allows toggling printing the GOOD symbols.
    • printingStyle: The style to use to print the symbols, either "csv" or
      "listing".
    • TODO: port to Rust.
  • New MapFile.fixupNonMatchingSymbols method.
    • Allows to fixup size calculation of symbols messed up by symbols with the
      same name suffixed with .NON_MATCHING.
  • Add support for .NON_MATCHING suffix on symbols on progress calculation.
    • If a symbol exists and has a .NON_MATCHING-suffixed counterpart then
      consider it not mateched yet.

Changed

  • Minor cleanups.