Blame ld/emulparams/shlelf_fd.sh

Packit ba3681
# If you change this file, please also look at files which source this one:
Packit ba3681
# shelf_fd.sh
Packit ba3681
Packit ba3681
. ${srcdir}/emulparams/shlelf_linux.sh
Packit ba3681
OUTPUT_FORMAT="elf32-sh-fdpic"
Packit ba3681
GOT=".got          ${RELOCATING-0} : { *(.got.funcdesc) *(.got.plt) *(.got) }"
Packit ba3681
OTHER_GOT_RELOC_SECTIONS="
Packit ba3681
  .rela.got.funcdesc      ${RELOCATING-0} : { *(.rela.got.funcdesc) }
Packit ba3681
"
Packit ba3681
OTHER_READONLY_SECTIONS="
Packit ba3681
  .rofixup        : {
Packit ba3681
    ${RELOCATING+__ROFIXUP_LIST__ = .;}
Packit ba3681
    *(.rofixup)
Packit ba3681
    ${RELOCATING+__ROFIXUP_END__ = .;}
Packit ba3681
  }
Packit ba3681
"