OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [shlsymbian.sh] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
TEXT_START_ADDR=0x8000
2
SHLIB_TEXT_START_ADDR=0x8000
3
SHLIB_DATA_ADDR=0x400000
4
 
5
. ${srcdir}/emulparams/shelf.sh
6
 
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 = .;'
12
 
13
# Suppress the .stack section.
14
test -z "$CREATE_SHLIB" && OTHER_SECTIONS="${RELOCATING+PROVIDE (_stack = 0x30000);}"
15
 
16
OUTPUT_FORMAT="elf32-shl-symbian"
17
SCRIPT_NAME=elf32sh-symbian

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.