]> sourceware.org Git - glibc.git/blob - sysdeps/unix/sysv/linux/mips/Versions
Amend log entry with omitted file.
[glibc.git] / sysdeps / unix / sysv / linux / mips / Versions
1 libc {
2 # The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
3 # When you get an error from errlist-compat.awk, you need to add a new
4 # version here. Don't do this blindly, since this means changing the ABI
5 # for all GNU/Linux configurations.
6
7 GLIBC_2.0 {
8 #errlist-compat 123
9 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
10
11 # Exception handling support functions from libgcc
12 __register_frame; __register_frame_table; __deregister_frame;
13 __frame_state_for; __register_frame_info_table;
14
15 # Needed by gcc:
16 _flush_cache;
17
18 # c*
19 cachectl; cacheflush;
20
21 # s*
22 sysmips;
23 }
24 GLIBC_2.2 {
25 #errlist-compat 1134
26 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
27
28 # _*
29 _test_and_set;
30 }
31 }
This page took 0.039318 seconds and 5 git commands to generate.