]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/gcc4.4-ld-script
BaseTools IA32/X64: drop redundant alignment from linker script
[mirror_edk2.git] / BaseTools / Scripts / gcc4.4-ld-script
index 22b3220816c98ff86c67a582ecadb1d348fd0d12..0d86908d0b300e512b627fa3be530eb40a46d6d5 100644 (file)
@@ -7,7 +7,6 @@ SECTIONS
   {\r
     *(.text .stub .text.* .gnu.linkonce.t.*)\r
     *(.rodata .rodata.* .gnu.linkonce.r.*)\r
-    . = ALIGN(0x20);\r
   }\r
   .data ALIGN(0x20) :\r
   {\r
@@ -16,7 +15,6 @@ SECTIONS
       .bss .bss.*\r
       *COM*\r
     )\r
-    . = ALIGN(0x20);\r
   }\r
   .eh_frame ALIGN(0x20) :\r
   {\r
@@ -25,7 +23,6 @@ SECTIONS
   .got ALIGN(0x20) :\r
   {\r
     *(.got .got.*)\r
-    . = ALIGN(0x20);\r
   }\r
   .rela ALIGN(0x20) :\r
   {\r