summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-08 13:44:10 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-08 13:44:10 (GMT)
commitf5ffb8de8e9376614af42833d2277a383d2f628e (patch)
tree55bc85090faa3f677c92306addfb0dbeea93c71b
parent71afe7327f6a0e39fcbc8d4598da374f37a9d2e6 (diff)
parent6148cae6bee764530dadc4a3993753c6a5b8f15d (diff)
downloadpatchelf-f5ffb8de8e9376614af42833d2277a383d2f628e.zip
patchelf-f5ffb8de8e9376614af42833d2277a383d2f628e.tar.gz
patchelf-f5ffb8de8e9376614af42833d2277a383d2f628e.tar.bz2
Merge branch 'patch-1' of https://github.com/darealshinji/patchelf
-rw-r--r--patchelf.110
1 files changed, 10 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index abdbfa1..92e1729 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -29,9 +29,19 @@ INTERPRETER.
.IP --print-interpreter
Prints the ELF interpreter of the executable.
+.IP --print-soname
+Prints DT_SONAME entry of .dynamic section.
+Raises an error if DT_SONAME doesn't exist.
+
+.IP "--set-soname SONAME"
+Sets DT_SONAME entry of a library to SONAME.
+
.IP "--set-rpath RPATH"
Change the RPATH of the executable or library to RPATH.
+.IP --remove-rpath
+Removes the DT_RPATH or DT_RUNPATH entry of the executable or library.
+
.IP --shrink-rpath
Remove from the RPATH all directories that do not contain a
library referenced by DT_NEEDED fields of the executable or library.