URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [elf64tilegx.sh] - Rev 148
Go to most recent revision | Compare with Previous | Blame | View Log
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf64-tilegx"
TEXT_START_ADDR=0x10000
NO_REL_RELOCS=yes
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
# See also `include/elf/tilegx.h'
ARCH=tilegx
ALIGNMENT=64
MACHINE=
NOP=0
# Note that "elf32.em" actually handles elf64 also.
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
GENERATE_COMBRELOC_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
NO_SMALL_DATA=yes
SEPARATE_GOTPLT=16
OTHER_SECTIONS="
/* TILE architecture interrupt vector areas */
.intrpt0 0xfffffffffc000000 : { KEEP(*(.intrpt0)) }
.intrpt1 0xfffffffffd000000 : { KEEP(*(.intrpt1)) }
.intrpt2 0xfffffffffe000000 : { KEEP(*(.intrpt2)) }
.intrpt3 0xffffffffff000000 : { KEEP(*(.intrpt3)) }
"
Go to most recent revision | Compare with Previous | Blame | View Log
