patchelf.1: mention new --no-sort option

This commit is contained in:
Adam Joseph
2022-06-18 22:42:16 -07:00
parent 9995113a40
commit cad0212309

View File

@@ -92,6 +92,11 @@ Prints all DT_NEEDED entries of the executable.
Marks the object so that the search for dependencies of this object will ignore any Marks the object so that the search for dependencies of this object will ignore any
default library search paths. default library search paths.
.IP "--no-sort"
Do not sort program headers or section headers. This is useful when
debugging patchelf, because it makes it easier to read diffs of the
output of "readelf -a".
.IP "--add-debug-tag" .IP "--add-debug-tag"
Adds DT_DEBUG tag to the .dynamic section if not yet present in an ELF Adds DT_DEBUG tag to the .dynamic section if not yet present in an ELF
object. A shared library (-shared) by default does not receive DT_DEBUG tag. object. A shared library (-shared) by default does not receive DT_DEBUG tag.