OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [glibc/] [sysdeps/] [unix/] [sysv/] [linux/] [riscv/] [Versions] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
ld {
2
  GLIBC_PRIVATE {
3
    # used for loading by static libraries
4
    _dl_var_init;
5
  }
6
}
7
libc {
8
  # The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
9
  # When you get an error from errlist-compat.awk, you need to add a new
10
  # version here.  Don't do this blindly, since this means changing the ABI
11
  # for all GNU/Linux configurations.
12
 
13
  GLIBC_2.0 {
14
    #errlist-compat     123
15
    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
16
 
17
    # Exception handling support functions from libgcc
18
    __register_frame; __register_frame_table; __deregister_frame;
19
    __frame_state_for; __register_frame_info_table;
20
 
21
    # Needed by gcc:
22
    _flush_cache;
23
 
24
    # c*
25
    cachectl; cacheflush;
26
 
27
    # s*
28
    sysmips;
29
  }
30
  GLIBC_2.2 {
31
    #errlist-compat     1134
32
    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
33
 
34
    # _*
35
    _test_and_set;
36
  }
37
  GLIBC_2.11 {
38
    fallocate64;
39
  }
40
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.