Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 48f64305 authored by Fangrui Song's avatar Fangrui Song Committed by Will Deacon
Browse files

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 6b7e2654

 ("x86/vdso: Emit a GNU hash").

Signed-off-by: default avatarFangrui Song <maskray@google.com>
Link: https://lore.kernel.org/r/20240718173423.1574395-1-maskray@google.com


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 0c35e3bd
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment