mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
|
ld {
|
||
|
GLIBC_PRIVATE {
|
||
|
# used for loading by static libraries
|
||
|
_dl_var_init;
|
||
|
}
|
||
|
}
|
||
|
libc {
|
||
|
GLIBC_2.27 {
|
||
|
__riscv_flush_icache;
|
||
|
}
|
||
|
}
|