]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/GccLto/liblto-arm.s
ArmPkg: convert LFs to CRLF, expand hard TABs
[mirror_edk2.git] / ArmPkg / Library / GccLto / liblto-arm.s
1 //
2 // Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
3 //
4 // SPDX-License-Identifier: BSD-2-Clause-Patent
5 //
6
7 //
8 // GCC in LTO mode interoperates poorly with non-standard libraries that
9 // provide implementations of compiler intrinsics such as memcpy/memset
10 // or the stack protector entry points.
11 //
12 // By referencing these functions from a non-LTO object that can be passed
13 // to the linker via the -plugin-opt=-pass-through=-lxxx options, the
14 // intrinsics are included in the link in a way that allows them to be
15 // pruned again if no other references to them exist.
16 //
17
18 .long memcpy - .
19 .long memset - .
20 .long __stack_chk_fail - .
21 .long __stack_chk_guard - .
22 .long __ashrdi3 - .
23 .long __ashldi3 - .
24 .long __aeabi_idiv - .
25 .long __aeabi_idivmod - .
26 .long __aeabi_uidiv - .
27 .long __aeabi_uidivmod - .
28 .long __divdi3 - .
29 .long __divsi3 - .
30 .long __lshrdi3 - .
31 .long __aeabi_memcpy - .
32 .long __aeabi_memset - .
33 .long memmove - .
34 .long __modsi3 - .
35 .long __moddi3 - .
36 .long __muldi3 - .
37 .long __aeabi_lmul - .
38 .long __ARM_ll_mullu - .
39 .long __udivsi3 - .
40 .long __umodsi3 - .
41 .long __udivdi3 - .
42 .long __umoddi3 - .
43 .long __udivmoddi4 - .
44 .long __clzsi2 - .
45 .long __ctzsi2 - .
46 .long __ucmpdi2 - .
47 .long __switch8 - .
48 .long __switchu8 - .
49 .long __switch16 - .
50 .long __switch32 - .
51 .long __aeabi_ulcmp - .
52 .long __aeabi_uldivmod - .
53 .long __aeabi_ldivmod - .
54 .long __aeabi_llsr - .
55 .long __aeabi_llsl - .