summaryrefslogtreecommitdiff
path: root/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc
diff options
context:
space:
mode:
Diffstat (limited to 'mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc')
-rw-r--r--mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc b/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc
index 03ca941..8d04ab9 100644
--- a/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc
+++ b/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc
@@ -115,7 +115,7 @@ SECTIONS
could instead move the label definition inside the section, but
the linker would then create the section even if it turns out to
be empty, which isn't pretty. */
- . = ALIGN(32 / 8);
+ . = ALIGN(64 / 8);
.preinit_array :
{
KEEP (*(.preinit_array))