ld: Allow section groups to be resolved as part of a relocatable link
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_nto.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-sh"
3 NO_REL_RELOCS=yes
4 TEXT_START_ADDR=0x08040000
5 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6 ARCH=sh
7 MACHINE=
8 TEMPLATE_NAME=elf32
9 GENERATE_SHLIB_SCRIPT=yes
10 TEXT_START_SYMBOLS='_btext = .;'
11 ENTRY=_start
12 # PR 17739. Delay checking relocs until after all files have
13 # been opened and linker garbage collection has taken place.
14 CHECK_RELOCS_AFTER_OPEN_INPUT=yes
This page took 0.029239 seconds and 4 git commands to generate.