hppa: fix loading of global pointer in _start [BZ #20277]
[glibc.git] / sysdeps / nacl / Versions
blobcfc4a08c40ec01f2b4853e12a253154530d40d71
1 ld {
2   GLIBC_PRIVATE {
3     __nacl_irt_*;
4     __nacl_supply_interface_rtld;
5   }
8 libc {
9   GLIBC_2.22 {
10     nacl_interface_query;
11     nacl_interface_ext_supply;
12   }
14   GLIBC_PRIVATE {
15     # These are used by libpthread.
16     __libc_write;
17     __libc_open;
18     __libc_close;
19     __libc_fork;
21     __nacl_irt_*;
22   }