URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [shlelf_fd.sh] - Rev 163
Go to most recent revision | Compare with Previous | Blame | View Log
# If you change this file, please also look at files which source this one: # shelf_fd.sh . ${srcdir}/emulparams/shlelf_linux.sh OUTPUT_FORMAT="elf32-sh-fdpic" GOT=".got ${RELOCATING-0} : { *(.got.funcdesc) *(.got.plt) *(.got) }" OTHER_GOT_RELOC_SECTIONS=" .rela.got.funcdesc ${RELOCATING-0} : { *(.rela.got.funcdesc) } " OTHER_READONLY_SECTIONS=" .rofixup : { ${RELOCATING+__ROFIXUP_LIST__ = .;} *(.rofixup) ${RELOCATING+__ROFIXUP_END__ = .;} } "
Go to most recent revision | Compare with Previous | Blame | View Log