linux-loongson/arch/loongarch/vdso
Wentao Guan d35ec48fa6 LoongArch: vDSO: Remove -nostdlib complier flag
Since $(LD) is directly used, hence -nostdlib is unneeded, MIPS has
removed this, we should remove it too.

bdbf2038fb ("MIPS: VDSO: remove -nostdlib compiler flag").

In fact, other architectures also use $(LD) now.

fe00e50b2d ("ARM: 8858/1: vdso: use $(LD) instead of $(CC) to link VDSO")
691efbedc6 ("arm64: vdso: use $(LD) instead of $(CC) to link VDSO")
2ff906994b ("MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSO")
2b2a25845d ("s390/vdso: Use $(LD) instead of $(CC) to link vDSO")

Cc: stable@vger.kernel.org
Reviewed-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2025-08-05 19:00:22 +08:00
..
.gitignore
elf.S
gen_vdso_offsets.sh
Makefile LoongArch: vDSO: Remove -nostdlib complier flag 2025-08-05 19:00:22 +08:00
sigreturn.S
vdso.lds.S LoongArch: vDSO: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
vdso.S
vgetcpu.c LoongArch: vDSO: Switch to generic storage implementation 2025-02-21 09:54:02 +01:00
vgetrandom-chacha.S LoongArch: vDSO: Make use of the t8 register for vgetrandom-chacha 2025-03-30 16:31:12 +08:00
vgetrandom.c LoongArch: vDSO: Wire up getrandom() vDSO implementation 2024-09-13 17:28:35 +02:00
vgettimeofday.c arch: vdso: consolidate gettime prototypes 2023-11-23 11:32:32 +01:00