summaryrefslogtreecommitdiffstats
path: root/libgloss/mips/mti64.ld
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/mti64.ld')
-rw-r--r--libgloss/mips/mti64.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/mips/mti64.ld b/libgloss/mips/mti64.ld
index 1bd11f6f8..15975ad89 100644
--- a/libgloss/mips/mti64.ld
+++ b/libgloss/mips/mti64.ld
@@ -95,6 +95,11 @@ SECTIONS
}
. = .;
+ .MIPS.abiflags : {
+ __MIPS_abiflags_start = .;
+ *(.MIPS.abiflags)
+ __MIPS_abiflags_end = .;
+ }
.rodata : {
*(.rdata)
*(.rodata)
@@ -139,6 +144,7 @@ SECTIONS
*(COMMON)
}
+ . = ALIGN(4);
PROVIDE (end = .);
_end = .;