Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / mips / Versions
bloba56322a8ebc2571872412945b2eee1d44c546872
1 ld {
2   GLIBC_PRIVATE {
3     # used for loading by static libraries
4     _dl_var_init;
5   }
7 libc {
8   # The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
9   # When you get an error from errlist-compat.awk, you need to add a new
10   # version here.  Don't do this blindly, since this means changing the ABI
11   # for all GNU/Linux configurations.
13   GLIBC_2.0 {
14     #errlist-compat     123
15     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
17     # Exception handling support functions from libgcc
18     __register_frame; __register_frame_table; __deregister_frame;
19     __frame_state_for; __register_frame_info_table;
21     # Needed by gcc:
22     _flush_cache;
24     # c*
25     cachectl; cacheflush;
27     # s*
28     sysmips;
29   }
30   GLIBC_2.2 {
31     #errlist-compat     1134
32     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
34     # _*
35     _test_and_set;
36   }
37   GLIBC_2.11 {
38     fallocate64;
39   }