summaryrefslogtreecommitdiffstats
path: root/libgloss/mips/mti64_n32.ld
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/mti64_n32.ld')
-rw-r--r--libgloss/mips/mti64_n32.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/mips/mti64_n32.ld b/libgloss/mips/mti64_n32.ld
index 279571b2f..4003845e0 100644
--- a/libgloss/mips/mti64_n32.ld
+++ b/libgloss/mips/mti64_n32.ld
@@ -98,6 +98,11 @@ SECTIONS
}
. = .;
+ .MIPS.abiflags : {
+ __MIPS_abiflags_start = .;
+ *(.MIPS.abiflags)
+ __MIPS_abiflags_end = .;
+ }
.rodata : {
*(.rdata)
*(.rodata)
@@ -142,6 +147,7 @@ SECTIONS
*(COMMON)
}
+ . = ALIGN(4);
PROVIDE (end = .);
_end = .;