From cad0212309550b0fd6fa4bebb9ba1b18c7fdfbb7 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 18 Jun 2022 22:42:16 -0700 Subject: [PATCH] patchelf.1: mention new --no-sort option --- patchelf.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patchelf.1 b/patchelf.1 index 1406c94..e25793b 100644 --- a/patchelf.1 +++ b/patchelf.1 @@ -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 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" 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.