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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [i386lynx.sh] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
SCRIPT_NAME=elf
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-i386"
OUTPUT_FORMAT="elf32-i386"
ENTRY=_main
ENTRY=_main
TEXT_BASE=0x0
TEXT_BASE=0x0
DYN_TEXT_BASE=0x00400000
DYN_TEXT_BASE=0x00400000
TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
case ${LD_FLAG} in
case ${LD_FLAG} in
    n|N)        TEXT_START_ADDR=0x1000 ;;
    n|N)        TEXT_START_ADDR=0x1000 ;;
esac
esac
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
ARCH=i386
ARCH=i386
MACHINE=
MACHINE=
NOP=0x9090
NOP=0x9090
TEMPLATE_NAME=elf32
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
GENERATE_SHLIB_SCRIPT=yes
ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
 
 
# Leave room of SIZEOF_HEADERS before text.
# Leave room of SIZEOF_HEADERS before text.
EMBEDDED=
EMBEDDED=
 
 

powered by: WebSVN 2.1.0

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