1TEXT_START_ADDR=0x8000 2SHLIB_TEXT_START_ADDR=0x8000 3SHLIB_DATA_ADDR=0x400000 4 5. ${srcdir}/emulparams/shelf.sh 6 7# Use only two underscores for the constructor/destructor symbols 8CTOR_START='__ctors = .;' 9CTOR_END='__ctors_end = .;' 10DTOR_START='__dtors = .;' 11DTOR_END='__dtors_end = .;' 12 13# Suppress the .stack section. 14test -z "$CREATE_SHLIB" && OTHER_SECTIONS="${RELOCATING+PROVIDE (_stack = 0x30000);}" 15 16OUTPUT_FORMAT="elf32-shl-symbian" 17SCRIPT_NAME=elf32sh-symbian 18