Directory | Files | |
---|---|---|
.. | 6 | |
File | Size | |
.gitignore | 78 B | |
Kconfig | 285 B | |
Makefile | 6.0 kB | |
config-n32-o32-env.c | 433 B | |
elf.S | 1.6 kB | |
genvdso.c | 7.9 kB | |
genvdso.h | 3.3 kB | |
sigreturn.S | 548 B | |
vdso.lds.S | 2.6 kB | |
vgettimeofday.c | 1.9 kB |
# GCC (at least up to version 9.2) appears to emit function calls that make use # of the GOT when targeting microMIPS, which we can't use in the VDSO due to # the lack of relocations. As such, we disable the VDSO for microMIPS builds. config MIPS_DISABLE_VDSO def_bool CPU_MICROMIPS