mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
48f6430505
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
|
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
note.c | ||
vdso.lds.S | ||
vgettimeofday.c |