about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/riscv/Versions
blob: 8183e9feb6e8a8607e827ce02ae79e5294bda55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ld {
  GLIBC_PRIVATE {
    # used for loading by static libraries
    _dl_var_init;
  }
}
libc {
  GLIBC_2.27 {
    __riscv_flush_icache;
  }
  GLIBC_2.40 {
    __riscv_hwprobe;
  }
}