We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a4f02 commit aaecc8cCopy full SHA for aaecc8c
patchelf.1
@@ -114,6 +114,11 @@ This means that when a shared library has an entry point (so that it
114
can be run as an executable), the debugger does not connect to it correctly and
115
symbols are not resolved.
116
117
+.IP "--remove-needed-version LIBRARY VERSION_SYMBOL"
118
+Removes VERSION_SYMBOL from LIBRARY in .gnu.version_r and resets entries referenced
119
+the version in .gnu.version, could be used to remove symbol versioning. LIBRARY and
120
+VERSION_SYMBOL can be retrieved from the output of "readelf -V".
121
+
122
.IP "--print-execstack"
123
Prints the state of the executable flag of the GNU_STACK program header, if present.
124
0 commit comments