summaryrefslogtreecommitdiff
path: root/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-06-12 16:56:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-12 16:56:06 -0700
commit25a2a2736c2f54f48698c3f5897d343de228a099 (patch)
tree422faf0fa6bdc848438061c4104f60822b343d98 /mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
parent108a4f3e7cccbb93f97e3017bf0e50895d906b9a (diff)
parent9c36a9d79a211f1fb5bcf4258cfea4db91bffa98 (diff)
downloadmipsel-linux-android-4.6-25a2a2736c2f54f48698c3f5897d343de228a099.tar.gz
Merge "Update mips toolchain mipsel-linux-android-4.6"android-sdk-adt_r20tools_r20ics-plus-aosp
Diffstat (limited to 'mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd')
-rw-r--r--mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd3
1 files changed, 1 insertions, 2 deletions
diff --git a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
index 78503be..1c38f26 100644
--- a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
+++ b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
@@ -107,8 +107,7 @@ SECTIONS
.gcc_except_table : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
/* Adjust the address for the data segment. We want to align at exactly
a page boundary to make life easier for apriori. */
- . = ALIGN(4096);
- . = DATA_SEGMENT_ALIGN(4096,4096);
+ . = ALIGN (CONSTANT (MAXPAGESIZE)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
/* Exception handling */
.eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
.gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }