Deleted Added
full compact
Symbol.map (256281) Symbol.map (266314)
1/*
1/*
2 * $FreeBSD: stable/10/lib/libc/arm/Symbol.map 245651 2013-01-19 04:11:45Z andrew $
2 * $FreeBSD: stable/10/lib/libc/arm/Symbol.map 266314 2014-05-17 14:22:37Z ian $
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 */
10FBSD_1.0 {

--- 60 unchanged lines hidden (view full) ---

71 __floatsisf;
72 __floatsidf;
73 __fixsfsi;
74 __fixdfsi;
75 __fixunssfsi;
76 __fixunsdfsi;
77 __extendsfdf2;
78 __truncdfsf2;
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 */
10FBSD_1.0 {

--- 60 unchanged lines hidden (view full) ---

71 __floatsisf;
72 __floatsidf;
73 __fixsfsi;
74 __fixdfsi;
75 __fixunssfsi;
76 __fixunsdfsi;
77 __extendsfdf2;
78 __truncdfsf2;
79
80 _libc_arm_fpu_present;
79};
81};