summaryrefslogtreecommitdiff
path: root/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc
diff options
context:
space:
mode:
Diffstat (limited to 'mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc')
-rw-r--r--mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc b/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc
index b9f8e85..d79ca84 100644
--- a/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc
+++ b/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc
@@ -8,7 +8,8 @@ SECTIONS
/* Read-only sections, merged into text segment: */
PROVIDE (__executable_start = 0); . = 0 + SIZEOF_HEADERS;
.interp : { *(.interp) }
- .reginfo : { *(.reginfo) }
+ .MIPS.abiflags : { *(.MIPS.abiflags) }
+ .reginfo : { *(.reginfo) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
.hash : { *(.hash) }
.gnu.hash : { *(.gnu.hash) }