1262925Simp/*
2262925Simp * $FreeBSD$
3262925Simp */
4262925Simp
5262925Simp/*
6262925Simp * This only needs to contain symbols that are not listed in
7262925Simp * symbol maps from other parts of libc (i.e., not found in
8262925Simp * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
9262925Simp */
10262925SimpFBSD_1.0 {
11262925Simp	/* PSEUDO syscalls */
12262925Simp	_exit;
13262925Simp
14262925Simp	__mcount;
15262925Simp	_setjmp;
16262925Simp	_longjmp;
17262925Simp	alloca;
18262925Simp	fabs;
19262925Simp	__infinity;
20262925Simp	__nan;
21262925Simp	makecontext;
22262925Simp	setjmp;
23262925Simp	longjmp;
24262925Simp	sigsetjmp;
25262925Simp	siglongjmp;
26262925Simp	htonl;
27262925Simp	htons;
28262925Simp	ntohl;
29262925Simp	ntohs;
30262925Simp	vfork;
31262925Simp	brk;
32262925Simp	cerror;		/* XXX - Should this be .cerror (see sys/cerror.S)? */
33262925Simp	sbrk;
34262925Simp};
35262925Simp
36262925SimpFBSD_1.3 {
37262925Simp	__flt_rounds;
38262925Simp};
39271398Sandrew
40262925SimpFBSD_1.4 {
41262925Simp	__gnu_Unwind_Find_exidx;
42262925Simp	dl_unwind_find_exidx;
43262925Simp};
44262925Simp
45262925SimpFBSDprivate_1.0 {
46262925Simp	/* PSEUDO syscalls */
47262925Simp	__sys_getlogin;
48262925Simp	_getlogin;
49262925Simp	__sys_exit;
50262925Simp
51262925Simp	_set_tp;
52262925Simp	__aeabi_read_tp;
53262925Simp	___longjmp;
54262925Simp	__makecontext;
55262925Simp	__longjmp;
56262925Simp	signalcontext;
57262925Simp	_signalcontext;
58262925Simp	__siglongjmp;
59262925Simp	__sys_vfork;
60262925Simp	_vfork;
61262925Simp	_brk;
62262925Simp	_end;
63262925Simp	curbrk;
64262925Simp	minbrk;
65262925Simp	_sbrk;
66262925Simp
67262925Simp	/* softfloat */
68262925Simp	__addsf3;
69262925Simp	__adddf3;
70262925Simp	__subsf3;
71262925Simp	__subdf3;
72262925Simp	__mulsf3;
73262925Simp	__muldf3;
74262925Simp	__divsf3;
75262925Simp	__divdf3;
76262925Simp	__floatsisf;
77262925Simp	__floatsidf;
78262925Simp	__fixsfsi;
79262925Simp	__fixdfsi;
80262925Simp	__fixunssfsi;
81262925Simp	__fixunsdfsi;
82262925Simp	__extendsfdf2;
83262925Simp	__truncdfsf2;
84262925Simp
85262925Simp	_libc_arm_fpu_present;
86262925Simp};
87262925Simp