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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [shelf64.sh] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 khays
# Note: this is sourced in turn by shlelf64.sh
2
OUTPUT_FORMAT=${OUTPUT_FORMAT-"elf64-sh64"}
3
ELFSIZE=64
4
 
5
EXTRA_EM_FILE=
6
. ${srcdir}/emulparams/shelf32.sh
7
 
8
# We do not need .cranges
9
test -z "$CREATE_SHLIB" && OTHER_SECTIONS="
10
 .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x80000)} :
11
  {
12
    ${RELOCATING+_stack = .;}
13
    *(.stack)
14
    LONG(0xdeaddead)
15
  }
16
"
17
# We do not need .stack for shared library.
18
test -n "$CREATE_SHLIB" && OTHER_SECTIONS=""

powered by: WebSVN 2.1.0

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