summaryrefslogtreecommitdiff
path: root/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-09-09 20:47:36 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-09-09 20:47:37 -0700
commit90fc0bd53f2d07ef2383bfad53671f76801c740e (patch)
tree99a545020e237327baffbdc363627716b5f26e7e /mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
parent25a2a2736c2f54f48698c3f5897d343de228a099 (diff)
parent432e0aed0102f7b00947e27225444133916c2913 (diff)
downloadmipsel-linux-android-4.6-jb-mr1-dev.tar.gz
Diffstat (limited to 'mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd')
-rw-r--r--mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd2
1 files changed, 1 insertions, 1 deletions
diff --git a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
index 1c38f26..3499788 100644
--- a/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
+++ b/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd
@@ -6,7 +6,7 @@ ENTRY(__start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0 + SIZEOF_HEADERS;
+ PROVIDE (__executable_start = 0); . = 0 + SIZEOF_HEADERS;
.MIPS.options : { *(.MIPS.options) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
.dynamic : { *(.dynamic) }