| Index: binutils/ld/scripttempl/elf.sc
|
| diff --git a/binutils/ld/scripttempl/elf.sc b/binutils/ld/scripttempl/elf.sc
|
| index 886f57865f7a64b696b7205086d58b93be8048d4..5378aface13750839825c852cbe809984103f922 100644
|
| --- a/binutils/ld/scripttempl/elf.sc
|
| +++ b/binutils/ld/scripttempl/elf.sc
|
| @@ -311,6 +311,7 @@ else
|
| COMBRELOCCAT="cat > $COMBRELOC"
|
| fi
|
| eval $COMBRELOCCAT <<EOF
|
| + ${INITIAL_RELOC_SECTIONS}
|
| .rel.init ${RELOCATING-0} : { *(.rel.init) }
|
| .rela.init ${RELOCATING-0} : { *(.rela.init) }
|
| .rel.text ${RELOCATING-0} : { *(.rel.text${RELOCATING+ .rel.text.* .rel.gnu.linkonce.t.*}) }
|
|
|