linux/arch/arm64/kernel/vdso32
Fangrui Song 48f6430505 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 6b7e26547f ("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>
2024-07-23 15:28:23 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile arm64/vdso: Remove --hash-style=sysv 2024-07-23 15:28:23 +01:00
note.c
vdso.lds.S arm64: vdso32: Add DWARF_DEBUG 2022-07-01 12:07:43 +01:00
vgettimeofday.c arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypes 2023-11-28 18:24:52 +01:00