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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [elf32tilepro.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
if [ -z "$OUTPUT_FORMAT" ]; then
3
    # Allow overriding externally to "elf32-tile64" if desired
4
    OUTPUT_FORMAT=elf32-tilepro
5
fi
6
TEXT_START_ADDR=0x10000
7
NO_REL_RELOCS=yes
8
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
10
# See also `include/elf/tilepro.h'
11
ARCH=tilepro
12
ALIGNMENT=64
13
MACHINE=
14
NOP=0
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=8
21
OTHER_SECTIONS="
22
  /* TILEPRO architecture interrupt vector areas */
23
  .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
24
  .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
25
  .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
26
  .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }
27
"

powered by: WebSVN 2.1.0

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