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 298

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

Line No. Rev Author Line
1 148 khays
SCRIPT_NAME=elf
2 166 khays
OUTPUT_FORMAT="elf32-tilegx-le"
3
BIG_OUTPUT_FORMAT="elf32-tilegx-be"
4
LITTLE_OUTPUT_FORMAT="elf32-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
TEMPLATE_NAME=elf32
15
GENERATE_SHLIB_SCRIPT=yes
16
GENERATE_COMBRELOC_SCRIPT=yes
17
GENERATE_PIE_SCRIPT=yes
18
NO_SMALL_DATA=yes
19
SEPARATE_GOTPLT=8
20
# Look for 32 bit target libraries in /lib32, /usr/lib32 etc., first.
21
LIBPATH_SUFFIX=32
22
OTHER_SECTIONS="
23
  /* TILE architecture interrupt vector areas */
24
  .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
25
  .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
26
  .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
27
  .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }
28
"

powered by: WebSVN 2.1.0

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