]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/gcc-4K-align-ld-script
There needs to be a space between the output section name and the colon, i.e.,
[mirror_edk2.git] / BaseTools / Scripts / gcc-4K-align-ld-script
index 1f23079023a6dd6e13bc6d68b1eccb9b42619de5..16cf623a33626ac16ce0a9369de467122a77a93d 100644 (file)
@@ -3,12 +3,12 @@ SECTIONS
 {\r
   /* . = 0 + SIZEOF_HEADERS; */\r
   . = 0x280;\r
-  .text: ALIGN(0x1000) \r
+  .text : ALIGN(0x1000)\r
   {\r
     *(.text .stub .text.* .gnu.linkonce.t.*)\r
     . = ALIGN(0x20);\r
   }\r
-  .data: ALIGN(0x1000)\r
+  .data : ALIGN(0x1000)\r
   {\r
     *(\r
       .rodata .rodata.* .gnu.linkonce.r.*\r
@@ -18,16 +18,16 @@ SECTIONS
     )\r
     . = ALIGN(0x20);\r
   }\r
-  .eh_frame: ALIGN(0x1000)\r
+  .eh_frame : ALIGN(0x1000)\r
   {\r
     KEEP (*(.eh_frame))\r
   }\r
-  .got: ALIGN(0x1000)\r
+  .got : ALIGN(0x1000)\r
   {\r
     *(.got .got.*)\r
     . = ALIGN(0x20);\r
   }\r
-  .rela: ALIGN(0x1000)\r
+  .rela : ALIGN(0x1000)\r
   {\r
     *(.rela .rela.*)\r
   }\r