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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 38 julius
. ${srcdir}/emulparams/elf32bmip.sh
2
 
3
OUTPUT_FORMAT="elf32-bigmips-vxworks"
4
BIG_OUTPUT_FORMAT="elf32-bigmips-vxworks"
5
LITTLE_OUTPUT_FORMAT="elf32-littlemips-vxworks"
6
# VxWorks .rdata sections are normally read-only, but one of the objects
7
# in libdl.a (the dynamic loader) is actually read-write.  Explicitly
8
# place the section in the appropriate segment for its flags.
9
OTHER_READONLY_SECTIONS="
10
  .rdata ${RELOCATING-0} : ONLY_IF_RO { *(.rdata) }
11
"
12
OTHER_READWRITE_SECTIONS="
13
  .rdata ${RELOCATING-0} : ONLY_IF_RW { *(.rdata) }
14
"
15
unset OTHER_GOT_SYMBOLS
16
SHLIB_TEXT_START_ADDR=0
17
unset TEXT_DYNAMIC
18
unset DATA_ADDR
19
 
20
. ${srcdir}/emulparams/vxworks.sh

powered by: WebSVN 2.1.0

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