Move .stack before debug sections
[deliverable/binutils-gdb.git] / ld / emulparams / shlsymbian.sh
CommitLineData
85fbca6a
NC
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.
74dc9032
AM
14unset STACK_ADDR
15OTHER_SYMBOLS="PROVIDE (_stack = 0x30000);"
16test -n "$CREATE_SHLIB" && unset OTHER_SYMBOLS
85fbca6a
NC
17
18OUTPUT_FORMAT="elf32-shl-symbian"
19SCRIPT_NAME=elf32sh-symbian
This page took 0.536153 seconds and 4 git commands to generate.