]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/GccLto/liblto-arm.s
ArmPkg: convert LFs to CRLF, expand hard TABs
[mirror_edk2.git] / ArmPkg / Library / GccLto / liblto-arm.s
index bc16320a46c0eecdc907bdda4516217aa4af6d2d..f19fb455519db1d694b8081e12679d47df9736a2 100644 (file)
@@ -1,61 +1,55 @@
-//
-// Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
-//
-// This program and the accompanying materials are licensed and made available under
-// the terms and conditions of the BSD License that accompanies this distribution.
-// The full text of the license may be found at
-// http://opensource.org/licenses/bsd-license.php.
-//
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-//
-
-//
-// GCC in LTO mode interoperates poorly with non-standard libraries that
-// provide implementations of compiler intrinsics such as memcpy/memset
-// or the stack protector entry points.
-//
-// By referencing these functions from a non-LTO object that can be passed
-// to the linker via the -plugin-opt=-pass-through=-lxxx options, the
-// intrinsics are included in the link in a way that allows them to be
-// pruned again if no other references to them exist.
-//
-
-       .long   memcpy - .
-       .long   memset - .
-       .long   __stack_chk_fail - .
-       .long   __stack_chk_guard - .
-       .long __ashrdi3 - .
-       .long __ashldi3 - .
-       .long __aeabi_idiv - .
-       .long __aeabi_idivmod - .
-       .long __aeabi_uidiv - .
-       .long __aeabi_uidivmod - .
-       .long __divdi3 - .
-       .long __divsi3 - .
-       .long __lshrdi3 - .
-       .long __aeabi_memcpy - .
-       .long __aeabi_memset - .
-       .long memmove - .
-       .long __modsi3 - .
-       .long __moddi3 - .
-       .long __muldi3 - .
-       .long __aeabi_lmul - .
-       .long __ARM_ll_mullu - .
-       .long __udivsi3 - .
-       .long __umodsi3 - .
-       .long __udivdi3 - .
-       .long __umoddi3 - .
-       .long __udivmoddi4 - .
-       .long __clzsi2 - .
-       .long __ctzsi2 - .
-       .long __ucmpdi2 - .
-       .long __switch8 - .
-       .long __switchu8 - .
-       .long __switch16 - .
-       .long __switch32 - .
-       .long __aeabi_ulcmp - .
-       .long __aeabi_uldivmod - .
-       .long __aeabi_ldivmod - .
-       .long __aeabi_llsr - .
-       .long __aeabi_llsl - .
+//\r
+// Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
+//\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+//\r
+\r
+//\r
+// GCC in LTO mode interoperates poorly with non-standard libraries that\r
+// provide implementations of compiler intrinsics such as memcpy/memset\r
+// or the stack protector entry points.\r
+//\r
+// By referencing these functions from a non-LTO object that can be passed\r
+// to the linker via the -plugin-opt=-pass-through=-lxxx options, the\r
+// intrinsics are included in the link in a way that allows them to be\r
+// pruned again if no other references to them exist.\r
+//\r
+\r
+  .long memcpy - .\r
+  .long memset - .\r
+  .long __stack_chk_fail - .\r
+  .long __stack_chk_guard - .\r
+  .long __ashrdi3 - .\r
+  .long __ashldi3 - .\r
+  .long __aeabi_idiv - .\r
+  .long __aeabi_idivmod - .\r
+  .long __aeabi_uidiv - .\r
+  .long __aeabi_uidivmod - .\r
+  .long __divdi3 - .\r
+  .long __divsi3 - .\r
+  .long __lshrdi3 - .\r
+  .long __aeabi_memcpy - .\r
+  .long __aeabi_memset - .\r
+  .long memmove - .\r
+  .long __modsi3 - .\r
+  .long __moddi3 - .\r
+  .long __muldi3 - .\r
+  .long __aeabi_lmul - .\r
+  .long __ARM_ll_mullu - .\r
+  .long __udivsi3 - .\r
+  .long __umodsi3 - .\r
+  .long __udivdi3 - .\r
+  .long __umoddi3 - .\r
+  .long __udivmoddi4 - .\r
+  .long __clzsi2 - .\r
+  .long __ctzsi2 - .\r
+  .long __ucmpdi2 - .\r
+  .long __switch8 - .\r
+  .long __switchu8 - .\r
+  .long __switch16 - .\r
+  .long __switch32 - .\r
+  .long __aeabi_ulcmp - .\r
+  .long __aeabi_uldivmod - .\r
+  .long __aeabi_ldivmod - .\r
+  .long __aeabi_llsr - .\r
+  .long __aeabi_llsl - .\r