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