Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / shlelf_fd.sh
CommitLineData
8e45593f
NC
1# If you change this file, please also look at files which source this one:
2# shelf_fd.sh
3
c40e31a1 4source_sh ${srcdir}/emulparams/shlelf_linux.sh
8e45593f 5OUTPUT_FORMAT="elf32-sh-fdpic"
2bf2bf23 6GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.funcdesc) *(.got.plt)} *(.got) }"
8e45593f
NC
7OTHER_GOT_RELOC_SECTIONS="
8 .rela.got.funcdesc ${RELOCATING-0} : { *(.rela.got.funcdesc) }
9"
10OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}
15 }
16"
This page took 0.460105 seconds and 4 git commands to generate.