summaryrefslogtreecommitdiff
path: root/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-10-29 16:06:07 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-10-29 16:11:51 -0700
commite239c938935058df515225b6224103078270aed8 (patch)
tree8de276f5f43d30dc1f5abe3ac786a9faed515c4b /x86_64-linux-android/lib/ldscripts/elf_k1om.xsc
parente08fa7e57a573a9baa5ccd8d4b8d73cc871f9b48 (diff)
downloadx86_64-linux-android-4.8-android-wear-5.1.1_r1.tar.gz
See previous commit for build instructions. Note that x86_64-linux-android-4.8 is no longer maintained. We should move on to x86_64-linux-android-4.9 BUG=18174291 Change-Id: I7bfd05b66abfa3353a809a3ecce0fd488e0a9238
Diffstat (limited to 'x86_64-linux-android/lib/ldscripts/elf_k1om.xsc')
-rw-r--r--x86_64-linux-android/lib/ldscripts/elf_k1om.xsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc b/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc
index f98f7a9..03787d8 100644
--- a/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc
+++ b/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc
@@ -84,7 +84,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))