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 166

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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