aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/fr30.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/fr30.sc')
-rw-r--r--ld/scripttempl/fr30.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/fr30.sc b/ld/scripttempl/fr30.sc
index 0d29117..1bae594 100644
--- a/ld/scripttempl/fr30.sc
+++ b/ld/scripttempl/fr30.sc
@@ -32,7 +32,7 @@ SECTIONS
.rela.bss : { *(.rela.bss) }
.rel.plt : { *(.rel.plt) }
.rela.plt : { *(.rela.plt) }
- .init : { KEEP (*(.init)) } =0
+ .init : { KEEP (*(.init)) } =0x9fa0
.plt : { *(.plt) }
.text : {
@@ -46,7 +46,7 @@ SECTIONS
${RELOCATING+_etext = .;}
${RELOCATING+PROVIDE (etext = .);}
- .fini : { KEEP (*(.fini)) } =0
+ .fini : { KEEP (*(.fini)) } =0x9fa0
.rodata : { *(.rodata) ${RELOCATING+*(.rodata.*)} *(.gnu.linkonce.r*) }
.rodata1 : { *(.rodata1) }