diff options
author | Fangrui Song <maskray@google.com> | 2024-07-18 10:34:23 -0700 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-07-23 15:28:23 +0100 |
commit | 48f6430505c0b0498ee9020ce3cf9558b1caaaeb (patch) | |
tree | 185324414260aa8e500ad612a5c7b29cb15494ea /.cocciconfig | |
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 <maskray@google.com>
Link: https://lore.kernel.org/r/20240718173423.1574395-1-maskray@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions