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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [elf32_spu.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
TEMPLATE_NAME=elf32
3
EXTRA_EM_FILE=spuelf
4
OUTPUT_FORMAT="elf32-spu"
5
ARCH=spu
6
MACHINE=
7
ALIGNMENT=16
8
TEXT_START_ADDR=0
9
INITIAL_READONLY_SECTIONS='.interrupt : { KEEP(*(.interrupt)) }'
10
if test -z "${CREATE_SHLIB}"; then
11
  INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
12
  .interp       ${RELOCATING-0} : { *(.interp) }"
13
fi
14
OTHER_END_SYMBOLS='PROVIDE (__stack = 0x3fff0);'
15
NO_SMALL_DATA=true
16
EMBEDDED=true
17
MAXPAGESIZE=0x80
18
DATA_ADDR="ALIGN(${MAXPAGESIZE})"
19
OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
20
OTHER_SECTIONS=".note.spu_name 0 : { KEEP(*(.note.spu_name)) }"

powered by: WebSVN 2.1.0

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