1# If you change this file, please also look at files which source this one: 2# shelf_linux.sh shelf_fd.sh shlelf_fd.sh 3 4SCRIPT_NAME=elf 5OUTPUT_FORMAT="elf32-sh-linux" 6NO_REL_RELOCS=yes 7TEXT_START_ADDR=0x400000 8MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" 9COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)" 10ARCH=sh 11MACHINE= 12TEMPLATE_NAME=elf32 13GENERATE_SHLIB_SCRIPT=yes 14GENERATE_PIE_SCRIPT=yes 15# PR 17739. Delay checking relocs until after all files have 16# been opened and linker garbage collection has taken place. 17CHECK_RELOCS_AFTER_OPEN_INPUT=yes 18 19DATA_START_SYMBOLS='PROVIDE (__data_start = .);'; 20 21OTHER_READWRITE_SECTIONS=" 22 .note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }" 23