(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / unix / sysv / linux / mips / Versions
blob50bfac559965091b45c29ae2dc60dc96c18c1123
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.
7   GLIBC_2.0 {
8     #errlist-compat     123
9     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
11     # Exception handling support functions from libgcc
12     __register_frame; __register_frame_table; __deregister_frame;
13     __frame_state_for; __register_frame_info_table;
15     # Needed by gcc:
16     _flush_cache;
18     # c*
19     cachectl; cacheflush;
21     # s*
22     sysmips;
23   }
24   GLIBC_2.2 {
25     #errlist-compat     1134
26     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
28     # _*
29     _test_and_set;
30   }