mirror of https://gitee.com/openkylin/linux.git
42ed6d56ad
Add R_PPC_REL24 relocations to the list of relocations we do NOT
support in the VDSO.
These are generated in some cases and we do not support relocating
them at runtime, so if they appear then the VDSO will not work at
runtime, therefore it's preferable to break the build if we see them.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
cacheflush.S | ||
datapage.S | ||
gen_vdso_offsets.sh | ||
getcpu.S | ||
gettimeofday.S | ||
note.S | ||
sigtramp.S | ||
vdso64.lds.S | ||
vdso64_wrapper.S | ||
vgettimeofday.c |