summaryrefslogtreecommitdiff
path: root/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc
diff options
context:
space:
mode:
Diffstat (limited to 'mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc')
-rw-r--r--mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc b/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc
index 29d86a8..b820841 100644
--- a/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc
+++ b/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc
@@ -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) }