diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/Versions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/Versions b/sysdeps/unix/sysv/linux/riscv/Versions new file mode 100644 index 0000000000..5625d2a0b8 --- /dev/null +++ b/sysdeps/unix/sysv/linux/riscv/Versions @@ -0,0 +1,11 @@ +ld { + GLIBC_PRIVATE { + # used for loading by static libraries + _dl_var_init; + } +} +libc { + GLIBC_2.27 { + __riscv_flush_icache; + } +} |