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

Subversion Repositories open8_urisc

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

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="elf32-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
TEMPLATE_NAME=elf32
13
GENERATE_SHLIB_SCRIPT=yes
14
GENERATE_COMBRELOC_SCRIPT=yes
15
GENERATE_PIE_SCRIPT=yes
16
NO_SMALL_DATA=yes
17
SEPARATE_GOTPLT=8
18
# Look for 32 bit target libraries in /lib32, /usr/lib32 etc., first.
19
LIBPATH_SUFFIX=32
20
OTHER_SECTIONS="
21
  /* TILE architecture interrupt vector areas */
22
  .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
23
  .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
24
  .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
25
  .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }
26
"

powered by: WebSVN 2.1.0

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