about summary refs log tree commit diff
path: root/sysdeps/i386/Versions
blob: 57951ebdf6e45f815fbc6bc8167b821d6b771116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
libc {
  GLIBC_2.0 {
    # Functions from libgcc.
    __divdi3; __moddi3; __udivdi3; __umoddi3;
  }
  GLIBC_2.1 {
    # global variable
    _fp_hw;
  }
  GLIBC_2.1.1 {
    # extern inline functions used by <bits/string.h>
    __memcpy_c; __memset_cc; __memset_cg; __memset_gg; __strchr_c; __strchr_g;
    __strchrnul_c; __strchrnul_g;
  }
}