2009-01-27 15:32:55 +00:00
|
|
|
ld {
|
|
|
|
GLIBC_PRIVATE {
|
|
|
|
# used for loading by static libraries
|
|
|
|
_dl_var_init;
|
|
|
|
}
|
|
|
|
}
|
1998-07-02 22:33:35 +00:00
|
|
|
libc {
|
2002-08-28 23:53:22 +00:00
|
|
|
# The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
|
|
|
|
# When you get an error from errlist-compat.awk, you need to add a new
|
|
|
|
# version here. Don't do this blindly, since this means changing the ABI
|
|
|
|
# for all GNU/Linux configurations.
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
GLIBC_2.0 {
|
2002-11-06 02:53:24 +00:00
|
|
|
#errlist-compat 123
|
2002-08-28 23:53:22 +00:00
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
|
2000-07-13 11:46:49 +00:00
|
|
|
# Exception handling support functions from libgcc
|
|
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
2001-11-16 01:22:33 +00:00
|
|
|
__frame_state_for; __register_frame_info_table;
|
2000-07-13 11:46:49 +00:00
|
|
|
|
2000-05-31 12:03:35 +00:00
|
|
|
# Needed by gcc:
|
|
|
|
_flush_cache;
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
# c*
|
|
|
|
cachectl; cacheflush;
|
|
|
|
|
|
|
|
# s*
|
|
|
|
sysmips;
|
|
|
|
}
|
2002-11-06 02:53:24 +00:00
|
|
|
GLIBC_2.2 {
|
2002-08-28 23:53:22 +00:00
|
|
|
#errlist-compat 1134
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
2002-11-06 02:53:24 +00:00
|
|
|
|
2000-07-28 13:37:26 +00:00
|
|
|
# _*
|
|
|
|
_test_and_set;
|
|
|
|
}
|
2009-05-16 14:30:47 +00:00
|
|
|
GLIBC_2.11 {
|
|
|
|
fallocate64;
|
|
|
|
}
|
2016-04-12 08:31:06 +00:00
|
|
|
GLIBC_PRIVATE {
|
|
|
|
# nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
|
|
|
__vdso_clock_gettime;
|
|
|
|
}
|
1998-07-02 22:33:35 +00:00
|
|
|
}
|