View | Details | Raw Unified | Return to bug 271087 | Differences between
and this patch

Collapse All | Expand All

(-)b/lib/libgcc_s/Versions.def (+3 lines)
Lines 31-33 GCC_4.3.0 { Link Here
31
31
32
GCC_4.6.0 {
32
GCC_4.6.0 {
33
} GCC_4.3.0;
33
} GCC_4.3.0;
34
35
EABI_1 {
36
};
(-)b/lib/libgcc_s/arm/Symbol.map (+27 lines)
Lines 15-17 GCC_3.5 { Link Here
15
GCC_4.3.0 {
15
GCC_4.3.0 {
16
	_Unwind_Backtrace;
16
	_Unwind_Backtrace;
17
};
17
};
18
19
EABI_1 {
20
	__aeabi_llsl;
21
	__aeabi_lasr;
22
	__aeabi_lcmp;
23
	__aeabi_idiv;
24
	__aeabi_h2f;
25
	__aeabi_d2lz;
26
	__aeabi_f2lz;
27
	__aeabi_d2ulz;
28
	__aeabi_f2ulz;
29
	__aeabi_ui2d;
30
	__aeabi_ui2f;
31
	__aeabi_llsr;
32
	__aeabi_lmul;
33
	__aeabi_d2h;
34
	__aeabi_f2h;
35
	__aeabi_ulcmp;
36
	__aeabi_uidiv;
37
	__aeabi_l2d;
38
	__aeabi_l2f;
39
	__aeabi_ul2d;
40
	__aeabi_ul2f;
41
	__aeabi_idiv0;
42
	__aeabi_ldivmod;
43
	__aeabi_uidivmod;
44
};

Return to bug 271087