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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [i386lynx.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=elf
2
OUTPUT_FORMAT="elf32-i386"
3
ENTRY=_main
4
TEXT_BASE=0x0
5
DYN_TEXT_BASE=0x00400000
6
TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
7
case ${LD_FLAG} in
8
    n|N)        TEXT_START_ADDR=0x1000 ;;
9
esac
10
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
11
ARCH=i386
12
MACHINE=
13
NOP=0x9090
14
TEMPLATE_NAME=elf32
15
GENERATE_SHLIB_SCRIPT=yes
16
ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
17
 
18
# Leave room of SIZEOF_HEADERS before text.
19
EMBEDDED=

powered by: WebSVN 2.1.0

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