aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/Versions
blob: f71d9b5d889b7e82c53d21d68ad9ebb6ec9c3f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libc {
  GLIBC_2.0 {
    # Exception handling support functions from libgcc
    __register_frame; __register_frame_table; __deregister_frame;
    __frame_state_for; __register_frame_info_table;

    # Needed by gcc:
    _flush_cache;

    # c*
    cachectl; cacheflush;

    # s*
    sysmips;
  }
  GLIBC_2.2 {
    # _*
    _test_and_set;
  }
}