[PATCH v6 1/5] riscv: Add Linux hwprobe syscall support

Joseph Myers joseph@codesourcery.com
Wed Aug 2 16:52:49 GMT 2023


On Wed, 2 Aug 2023, Evan Green wrote:

> diff --git a/sysdeps/unix/sysv/linux/riscv/Versions b/sysdeps/unix/sysv/linux/riscv/Versions
> index 5625d2a0b8..0c4016382d 100644
> --- a/sysdeps/unix/sysv/linux/riscv/Versions
> +++ b/sysdeps/unix/sysv/linux/riscv/Versions
> @@ -8,4 +8,7 @@ libc {
>    GLIBC_2.27 {
>      __riscv_flush_icache;
>    }
> +  GLIBC_2.38 {
> +    __riscv_hwprobe;
> +  }
>  }

2.38 has been released, new symbols now need to be at version 2.39.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list