* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
[binutils.git] / ld / emulparams / shelf64.sh
blob5037f350187c517e0e7cd3d0da9974c369767ac9
1 # Note: this is sourced in turn by shlelf64.sh
2 OUTPUT_FORMAT=${OUTPUT_FORMAT-"elf64-sh64"}
3 ELFSIZE=64
5 EXTRA_EM_FILE=
6 . ${srcdir}/emulparams/shelf32.sh
8 # We do not need .cranges
9 test -z "$CREATE_SHLIB" && OTHER_SECTIONS="
10 .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x80000)} :
12 ${RELOCATING+_stack = .;}
13 *(.stack)
14 LONG(0xdeaddead)
17 # We do not need .stack for shared library.
18 test -n "$CREATE_SHLIB" && OTHER_SECTIONS=""