Deleted Added
full compact
Symbol.map (157777) Symbol.map (169092)
1# $FreeBSD: head/lib/libc/gdtoa/Symbol.map 157777 2006-04-15 15:35:20Z deischen $
1/*
2 * $FreeBSD: head/lib/libc/gdtoa/Symbol.map 169092 2007-04-29 14:05:22Z deischen $
3 */
2
3FBSD_1.0 {
4
5FBSD_1.0 {
4 # Standard functions from contrib/gdtoa
5 # (dtoa is renamed to __dtoa and not exported)
6 /*
7 * Standard functions from contrib/gdtoa
8 * (dtoa is renamed to __dtoa and not exported)
9 */
6 freedtoa;
7 g_Qfmt;
8 g_ddfmt;
9 g_dfmt;
10 g_ffmt;
11 g_xLfmt;
12 g_xfmt;
13 gdtoa;

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

29 strtopxL;
30 strtorQ;
31 strtord;
32 strtordd;
33 strtorf;
34 strtorx;
35 strtorxL;
36
10 freedtoa;
11 g_Qfmt;
12 g_ddfmt;
13 g_dfmt;
14 g_ffmt;
15 g_xLfmt;
16 g_xfmt;
17 gdtoa;

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

33 strtopxL;
34 strtorQ;
35 strtord;
36 strtordd;
37 strtorf;
38 strtorx;
39 strtorxL;
40
37 # FreeBSD additions
41 /* FreeBSD additions */
38 strtold;
39};
42 strtold;
43};