aboutsummaryrefslogtreecommitdiff
path: root/csu/Versions
blob: 5cae3c47d01a7f68c72dd78e59affe7bf825f939 (plain)
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
libc {
  GLIBC_2.0 {
    # global variables
    _errno; __environ; _environ;

    # helper functions
    __errno_location; __libc_init_first; __libc_start_main;

    # Exception handling support functions from libgcc
    __register_frame; __register_frame_table; __deregister_frame;
    __register_frame_info; __deregister_frame_info;

    # variables in normal name space
    environ; errno;

    # b*
    brk;

    # s*
    sbrk;
  }
  GLIBC_2.1 {
    # global variables
    __libc_stack_end;

    # New special glibc functions.
    gnu_get_libc_release; gnu_get_libc_version;
  }
}