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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [gld960coff.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
SCRIPT_NAME=i960
2
OUTPUT_FORMAT=""
3
TEXT_START_ADDR=0
4
TARGET_PAGE_SIZE=128
5
ARCH=i960
6
TEMPLATE_NAME=gld960c
7
GLD_STYLE=1
8
COFF_CTORS='
9
        ___CTOR_LIST__ = .;
10
        LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)
11
        *(.ctors)
12
        LONG(0)
13
        ___CTOR_END__ = .;
14
        ___DTOR_LIST__ = .;
15
        LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)
16
        *(.dtors)
17
        LONG(0)
18
        ___DTOR_END__ = .;
19
'

powered by: WebSVN 2.1.0

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