Releases: NixOS/patchelf
Releases · NixOS/patchelf
PatchELF 0.7
- Rewrite section indices in symbol tables. This for instance allows
gdb to show proper backtraces. - Added `--remove-needed' option.
PatchELF 0.6
- 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
- Various bugfixes.
- `--force-rpath' now deletes the DT_RUNPATH if it is present.
PatchELF 0.4
- 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
- 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
- Provides a hack to get certain programs (such as the
Belastingaangifte 2005) to work.
PatchELF 0.1
- Initial release.