Skip to content

Commit cad0212

Browse files
author
Adam Joseph
committed
patchelf.1: mention new --no-sort option
1 parent 9995113 commit cad0212

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

patchelf.1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Prints all DT_NEEDED entries of the executable.
9292
Marks the object so that the search for dependencies of this object will ignore any
9393
default library search paths.
9494

95+
.IP "--no-sort"
96+
Do not sort program headers or section headers. This is useful when
97+
debugging patchelf, because it makes it easier to read diffs of the
98+
output of "readelf -a".
99+
95100
.IP "--add-debug-tag"
96101
Adds DT_DEBUG tag to the .dynamic section if not yet present in an ELF
97102
object. A shared library (-shared) by default does not receive DT_DEBUG tag.

0 commit comments

Comments
 (0)