]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/GccLto/liblto-aarch64.s
ArmPkg: convert LFs to CRLF, expand hard TABs
[mirror_edk2.git] / ArmPkg / Library / GccLto / liblto-aarch64.s
index 66819534a0456617d553da535faa7a332caaec2d..02a55ef4456ca2d8f92df7b6569f600cba26f85c 100644 (file)
@@ -1,21 +1,21 @@
-//
-// Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
-//
-// SPDX-License-Identifier: BSD-2-Clause-Patent
-//
-
-//
-// 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 - .
+//\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