]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/PrePi/Scripts/PrePi-PIE.lds
ArmVirtPkg/PrePiRelocatable: add ARM support
[mirror_edk2.git] / ArmVirtPkg / PrePi / Scripts / PrePi-PIE.lds
index 3c89722dcaabaad1239d56b5b41107af8e2f3e41..832ad147446831be4c9b414e3204697d576cfc64 100644 (file)
@@ -1,16 +1,16 @@
-#/** @file\r
-#\r
-#  Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#**/\r
+/** @file\r
+\r
+  Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>\r
+\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
 \r
 SECTIONS\r
 {\r
@@ -25,7 +25,8 @@ SECTIONS
 \r
     . = ALIGN(0x20);\r
     PROVIDE(__reloc_start = .);\r
-    *(.rela .rela*)\r
+    *(.rel .rel.*)\r
+    *(.rela .rela.*)\r
     PROVIDE(__reloc_end = .);\r
   }\r
 \r