]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libc/arm/Symbol_oabi.map
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libc / arm / Symbol_oabi.map
1 /*
2  * $FreeBSD$
3  */
4
5 /*
6  * This only needs to contain symbols that are not listed in
7  * symbol maps from other parts of libc (i.e., not found in
8  * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...)
9  * and are not used in the ARM EABI.
10  */
11 FBSDprivate_1.0 {
12         __umodsi3;
13         __modsi3;
14         __udivsi3;
15         __divsi3;
16 };