summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/Symbol_oabi.map
blob: 0c22e4a5827de31ac4f76e77a33201809e5d9723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * $FreeBSD$
 */

/*
 * This only needs to contain symbols that are not listed in
 * symbol maps from other parts of libc (i.e., not found in
 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...)
 * and are not used in the ARM EABI.
 */
FBSDprivate_1.0 {
	__umodsi3;
	__modsi3;
	__udivsi3;
	__divsi3;
};
OpenPOWER on IntegriCloud