File: Versions

package info (click to toggle)
glibc 2.41-8
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 299,920 kB
  • sloc: ansic: 1,050,402; asm: 238,842; makefile: 20,355; python: 13,537; sh: 11,812; cpp: 5,197; awk: 1,795; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (32 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libm {
  GLIBC_2.1 {
    # symbols used in macros from sysdeps/powerpc/bits/fenv.h
    __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
  }
  GLIBC_2.25 {
    __fe_dfl_mode;
  }
}

libc {
  GLIBC_2.3.4 {
    _longjmp; __sigsetjmp; _setjmp;
    longjmp; setjmp;
  }
}

ld {
  GLIBC_2.22 {
    __tls_get_addr_opt;
  }
  GLIBC_2.23 {
    # Symbol used to version control when the ABI started to specify that HWCAP
    # and AT_PLATFORM data should be stored into the TCB.
    __parse_hwcap_and_convert_at_platform;
  }
  GLIBC_2.39 {
    # Symbol used to version control when the ABI started to specify that
    # HWCAP3 and HWCAP4 are stored in the TCB.
    __parse_hwcap_3_4_and_convert_at_platform;
  }
}