diff options
author | Fangrui Song <[email protected]> | 2024-07-18 10:34:23 -0700 |
---|---|---|
committer | Will Deacon <[email protected]> | 2024-07-23 15:28:23 +0100 |
commit | 48f6430505c0b0498ee9020ce3cf9558b1caaaeb (patch) | |
tree | 185324414260aa8e500ad612a5c7b29cb15494ea /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 0c35e3bd412a6a2676adc35df950cfbb9f464b0c (diff) |
arm64/vdso: Remove --hash-style=sysv
glibc added support for .gnu.hash in 2006 and .hash has been obsoleted
for more than one decade in many Linux distributions. Using
--hash-style=sysv might imply unaddressed issues and confuse readers.
Just drop the option and rely on the linker default, which is likely
"both", or "gnu" when the distribution really wants to eliminate sysv
hash overhead.
Similar to commit 6b7e26547fad ("x86/vdso: Emit a GNU hash").
Signed-off-by: Fangrui Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions