Symbol.map (416ba5c74546f32a993436a99516d35008e9f384) | Symbol.map (cd9bdb7362f483a71de56d62c375a2c0294e917c) |
---|---|
1/* 2 * $FreeBSD$ 3 */ 4 5/* 6 * This only needs to contain AEABI 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, ...). --- 55 unchanged lines hidden (view full) --- 64 __aeabi_memcpy4; 65 __aeabi_memcpy8; 66 __aeabi_memmove; 67 __aeabi_memmove4; 68 __aeabi_memmove8; 69 __aeabi_memset; 70 __aeabi_memset4; 71 __aeabi_memset8; | 1/* 2 * $FreeBSD$ 3 */ 4 5/* 6 * This only needs to contain AEABI 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, ...). --- 55 unchanged lines hidden (view full) --- 64 __aeabi_memcpy4; 65 __aeabi_memcpy8; 66 __aeabi_memmove; 67 __aeabi_memmove4; 68 __aeabi_memmove8; 69 __aeabi_memset; 70 __aeabi_memset4; 71 __aeabi_memset8; |
72 73 /* 74 * A workaround for DEFINE_AEABI_FUNCTION_ALIAS() bug. 75 * - see aeabi_int_div.S 76 */ 77 __aeabi_idiv; 78 __aeabi_uidiv; |
|
72}; | 79}; |