aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/mips.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/mips.sc')
-rw-r--r--ld/scripttempl/mips.sc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/scripttempl/mips.sc b/ld/scripttempl/mips.sc
index d60aeed..972351f 100644
--- a/ld/scripttempl/mips.sc
+++ b/ld/scripttempl/mips.sc
@@ -29,9 +29,6 @@ SECTIONS
*(.init)
${RELOCATING+ eprol = .};
*(.text)
- ${RELOCATING+PROVIDE (__runtime_reloc_start = .);}
- *(.rel.sdata)
- ${RELOCATING+PROVIDE (__runtime_reloc_stop = .);}
*(.fini)
${RELOCATING+ etext = .};
${RELOCATING+ _etext = .};