summaryrefslogtreecommitdiff
path: root/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-06-12 16:46:01 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-12 16:46:02 -0700
commit27979dcb7a6224d392e2584640be85929ec6a84d (patch)
tree4081a8387c2b2f48b2c834e602ebd8e622987082 /mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc
parent3e0d5f3188cdc41578110daf7a925ee5b77a0425 (diff)
parent5c89980c530f9b1790e9c1b9c2b83596ac69a7a5 (diff)
downloadmipsel-linux-android-4.6-27979dcb7a6224d392e2584640be85929ec6a84d.tar.gz
Merge "Update mips toolchain mipsel-linux-android-4.6 (darwin-x86)"android-sdk-adt_r20tools_r20ics-plus-aosp
Diffstat (limited to 'mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc')
-rw-r--r--mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc3
1 files changed, 1 insertions, 2 deletions
diff --git a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc
index ba40b14..f5229b2 100644
--- a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc
+++ b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc
@@ -110,8 +110,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.*) }