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

Subversion Repositories open8_urisc

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

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

Line No. Rev Author Line
1 148 khays
SCRIPT_NAME=elf
2
OUTPUT_FORMAT="elf64-tilegx"
3
TEXT_START_ADDR=0x10000
4
NO_REL_RELOCS=yes
5
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
7
# See also `include/elf/tilegx.h'
8
ARCH=tilegx
9
ALIGNMENT=64
10
MACHINE=
11
NOP=0
12
# Note that "elf32.em" actually handles elf64 also.
13
TEMPLATE_NAME=elf32
14
GENERATE_SHLIB_SCRIPT=yes
15
GENERATE_COMBRELOC_SCRIPT=yes
16
GENERATE_PIE_SCRIPT=yes
17
NO_SMALL_DATA=yes
18
SEPARATE_GOTPLT=16
19
OTHER_SECTIONS="
20
  /* TILE architecture interrupt vector areas */
21
  .intrpt0 0xfffffffffc000000 : { KEEP(*(.intrpt0)) }
22
  .intrpt1 0xfffffffffd000000 : { KEEP(*(.intrpt1)) }
23
  .intrpt2 0xfffffffffe000000 : { KEEP(*(.intrpt2)) }
24
  .intrpt3 0xffffffffff000000 : { KEEP(*(.intrpt3)) }
25
"

powered by: WebSVN 2.1.0

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