URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
145 |
khays |
# See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
|
| 2 |
|
|
SCRIPT_NAME=elf
|
| 3 |
|
|
ELFSIZE=64
|
| 4 |
|
|
TEMPLATE_NAME=elf32
|
| 5 |
|
|
OUTPUT_FORMAT="elf64-ia64-aix-little"
|
| 6 |
|
|
ARCH=ia64
|
| 7 |
|
|
MACHINE=
|
| 8 |
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
| 9 |
|
|
TEXT_START_ADDR="0x10000000"
|
| 10 |
|
|
DATA_ADDR="ALIGN (0x10000000) + (. & (${MAXPAGESIZE} - 1))"
|
| 11 |
|
|
GENERATE_SHLIB_SCRIPT=yes
|
| 12 |
|
|
NOP=0x00300000010070000002000001000400 # a bundle full of nops
|
| 13 |
|
|
OTHER_GOT_SECTIONS="
|
| 14 |
|
|
.IA_64.pltoff ${RELOCATING-0} : { *(.IA_64.pltoff) }"
|
| 15 |
|
|
OTHER_PLT_RELOC_SECTIONS="
|
| 16 |
|
|
.rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }"
|
| 17 |
|
|
OTHER_READONLY_SECTIONS="
|
| 18 |
|
|
.opd ${RELOCATING-0} : { *(.opd) }
|
| 19 |
|
|
.IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info*${RELOCATING+ .gnu.linkonce.ia64unwi.*}) }
|
| 20 |
|
|
.IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind*${RELOCATING+ .gnu.linkonce.ia64unw.*}) }"
|
| 21 |
|
|
LIB_PATH="=/usr/lib/ia64l64:=/usr/lib:=/usr/local/lib"
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.