8919975b61
Versions of binutils prior to 2.25 are unable to link our VDSO due to an unsupported R_MIPS_PC32 relocation generated by the ".word _start - ." line of the inline asm in get_vdso_base(). As such, the intent is that when building with binutils older than 2.25 we don't build code for gettimeofday() & friends in the VDSO that rely upon get_vdso_base(). Commit |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
config-n32-o32-env.c | ||
elf.S | ||
genvdso.c | ||
genvdso.h | ||
sigreturn.S | ||
vdso.lds.S | ||
vgettimeofday.c |