Skip to content

2.0.0

Compare
Choose a tag to compare
@aeflores aeflores released this 14 Sep 01:26

Changelog

  • Remove unnecessary --isa,-I option.
  • Fix bug where a binary with COPY-relocated symbols could be missing
    DT_NEEDED entries after rewriting with --dummy-so.
  • Removed --binaries option
  • --binary option now links each module of the IR into a separate binary
  • --module option to work in tandem with the --asm and --binary options
  • Added --object option to print relocatable object files
  • Binary printer methods now operate on modules, rather than the entire IR
  • --shared option now takes an argument: either yes, no, or auto (auto uses aux_data binaryType)
  • Pass -init and -fini to ld based on elfDynamicInit and elfDynamicFini auxdata.
  • Added patterns for selecting and printing modules by names