You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a command line option `--no-sort` which causes patchelf
to refrain from sorting the program headers and section headers. A
comment in the preexisting source code says that this was done only
"for neatness".
The `--no-sort` option, combined with `readelf -a` and `colordiff` is
very useful for debugging patchelf problems. Without `--no-sort` the
diffs are not usable -- everything changes because of the sorting.
0 commit comments