summaryrefslogtreecommitdiff
path: root/BaseTools/Scripts/gcc-4K-align-ld-script
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Scripts/gcc-4K-align-ld-script')
-rw-r--r--BaseTools/Scripts/gcc-4K-align-ld-script3
1 files changed, 0 insertions, 3 deletions
diff --git a/BaseTools/Scripts/gcc-4K-align-ld-script b/BaseTools/Scripts/gcc-4K-align-ld-script
index 1f0f1afb27..3ed1c12fb8 100644
--- a/BaseTools/Scripts/gcc-4K-align-ld-script
+++ b/BaseTools/Scripts/gcc-4K-align-ld-script
@@ -7,7 +7,6 @@ SECTIONS
{
*(.text .stub .text.* .gnu.linkonce.t.*)
*(.rodata .rodata.* .gnu.linkonce.r.*)
- . = ALIGN(0x20);
}
.data : ALIGN(0x1000)
{
@@ -16,7 +15,6 @@ SECTIONS
.bss .bss.*
*COM*
)
- . = ALIGN(0x20);
}
.eh_frame : ALIGN(0x1000)
{
@@ -25,7 +23,6 @@ SECTIONS
.got : ALIGN(0x1000)
{
*(.got .got.*)
- . = ALIGN(0x20);
}
.rela : ALIGN(0x1000)
{