Skip to content

Releases: NixOS/patchelf

PatchELF 0.7

16 Jul 06:43
Compare
Choose a tag to compare
  • Rewrite section indices in symbol tables. This for instance allows
    gdb to show proper backtraces.
  • Added `--remove-needed' option.

PatchELF 0.6

16 Jul 06:43
Compare
Choose a tag to compare
  • Hacky support for executables created by the Gold linker.
  • Support segments with an alignment of 0 (contributed by Zack
    Weinberg).
  • Added a manual page (contributed by Jeremy Sanders
    jeremy@jeremysanders.net).

PatchELF 0.5

16 Jul 06:44
Compare
Choose a tag to compare
  • Various bugfixes.
  • `--force-rpath' now deletes the DT_RUNPATH if it is present.

PatchELF 0.4

16 Jul 06:44
Compare
Choose a tag to compare
  • Support for growing the RPATH on dynamic libraries.
  • IA-64 support (not tested) and related 64-bit fixes.
  • FreeBSD support.
  • --set-rpath', --shrink-rpath' and --print-rpath' now prefer DT_RUNPATH over DT_RPATH, which is obsolete. When updating, if both are present, both are updated. If only DT_RPATH is present, it is converted to DT_RUNPATH unless --force-rpath' is specified. If
    neither is present, a DT_RUNPATH is added unless `--force-rpath' is
    specified, in which case a DT_RPATH is added.

PatchELF 0.3

16 Jul 06:44
Compare
Choose a tag to compare
  • Support for 64-bit ELF binaries (such as on x86_64-linux).
  • Support for big-endian ELF binaries (such as on powerpc-linux).
  • Various bugfixes.

PatchELF 0.2

16 Jul 06:45
Compare
Choose a tag to compare
  • Provides a hack to get certain programs (such as the
    Belastingaangifte 2005) to work.

PatchELF 0.1

16 Jul 06:45
Compare
Choose a tag to compare
  • Initial release.