From b6a2df5856c774f9469e0be4840401e295031ea9 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 8 Nov 2019 14:50:27 +0100 Subject: riscv64: fix comments borrowed from or1k port Signed-off-by: Yann Sionneau --- libpthread/nptl/sysdeps/riscv64/libc-tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/riscv64/libc-tls.c') diff --git a/libpthread/nptl/sysdeps/riscv64/libc-tls.c b/libpthread/nptl/sysdeps/riscv64/libc-tls.c index 500de1d64..67c3a6016 100644 --- a/libpthread/nptl/sysdeps/riscv64/libc-tls.c +++ b/libpthread/nptl/sysdeps/riscv64/libc-tls.c @@ -17,7 +17,7 @@ #include #include -/* On OpenRISC, linker optimizations are not required, so __tls_get_addr +/* On RISC-V 64, linker optimizations are not required, so __tls_get_addr can be called even in statically linked binaries. In this case module must be always 1 and PT_TLS segment exist in the binary, otherwise it would not link. */ -- cgit v1.2.3