]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/arm/Symbol.map
libc: Remove empty comments in Symbol.map
[FreeBSD/FreeBSD.git] / lib / libc / arm / Symbol.map
1 /*
2  * This only needs to contain symbols that are not listed in
3  * symbol maps from other parts of libc (i.e., not found in
4  * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
5  */
6 FBSD_1.0 {
7         /* PSEUDO syscalls */
8         _exit;
9
10         __mcount;
11         _setjmp;
12         _longjmp;
13         alloca;
14         fabs;
15         __infinity;
16         __nan;
17         makecontext;
18         setjmp;
19         longjmp;
20         sigsetjmp;
21         siglongjmp;
22         htonl;
23         htons;
24         ntohl;
25         ntohs;
26         vfork;
27         brk;
28         sbrk;
29 };
30
31 FBSD_1.3 {
32         __flt_rounds;
33 };
34
35 FBSD_1.4 {
36         __gnu_Unwind_Find_exidx;
37         dl_unwind_find_exidx;
38 };
39
40 FBSD_1.6 {
41         arm_drain_writebuf;
42         arm_sync_icache;
43 };
44
45 FBSDprivate_1.0 {
46         /* PSEUDO syscalls */
47         _getlogin;
48
49         __aeabi_read_tp;
50         ___longjmp;
51         __makecontext;
52         __longjmp;
53         signalcontext;
54         _signalcontext;
55         __siglongjmp;
56         _vfork;
57         _brk;
58         _sbrk;
59
60         _libc_arm_fpu_present;
61 };