wok-current annotate patchelf/description.txt @ rev 25478
icedtea6-jdk: adjusted ecj version
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 14 06:10:44 2022 +0100 (2022-10-14) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25112 | 1 PatchELF is a simple utility for modifying existing ELF executables |
Hans-G?nter@25112 | 2 and libraries. |
Hans-G?nter@25112 | 3 |
Hans-G?nter@25112 | 4 In particular, it can do the following: |
Hans-G?nter@25112 | 5 |
Hans-G?nter@25112 | 6 - Change the dynamic loader ("ELF interpreter") of executables |
Hans-G?nter@25112 | 7 - Change the RPATH of executables and libraries |
Hans-G?nter@25112 | 8 - Shrink the RPATH of executables and libraries |
Hans-G?nter@25112 | 9 - Remove declared dependencies on dynamic libraries (DT_NEEDED entries) |
Hans-G?nter@25112 | 10 - Add a declared dependency on a dynamic library (DT_NEEDED entries) |
Hans-G?nter@25112 | 11 - Replace a declared dependency on a dynamic library with another one (DT_NEEDED) |
Hans-G?nter@25112 | 12 - Change SONAME of a dynamic library |