mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
616c4ea9bc
When linking vdso64.so.dbg with ld.lld, there is a warning about not
finding _start for the starting address:
ld.lld: warning: cannot find entry symbol _start; not setting start address
Fix this by removing the unused ENTRY in both vdso linker scripts. See
commit
|
||
---|---|---|
.. | ||
.gitignore | ||
gen_vdso_offsets.sh | ||
getcpu.c | ||
Makefile | ||
note.S | ||
vdso64_generic.c | ||
vdso64_wrapper.S | ||
vdso64.lds.S | ||
vdso_user_wrapper.S | ||
vdso.h |