[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / emulparams / shlelf_fd.sh
blob2b51245773746beb74be7a72574ecf7c4e12b672
1 # If you change this file, please also look at files which source this one:
2 # shelf_fd.sh
4 source_sh ${srcdir}/emulparams/shlelf_linux.sh
5 OUTPUT_FORMAT="elf32-sh-fdpic"
6 GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.funcdesc) *(.got.plt)} *(.got) }"
7 OTHER_GOT_RELOC_SECTIONS="
8 .rela.got.funcdesc ${RELOCATING-0} : { *(.rela.got.funcdesc) }
10 OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}