]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/gcc4.9-ld-script
BaseTools IA32/X64: drop redundant alignment from linker script
[mirror_edk2.git] / BaseTools / Scripts / gcc4.9-ld-script
index 2ac86e38fac78a4ff3d515b65334da8aa7220daa..207b9e1dc7f073beb46ca7c55ac69972fb19025d 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(0x40) :\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