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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [elf64alpha.sh] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
ENTRY=_start
2
SCRIPT_NAME=elf
3
ELFSIZE=64
4
TEMPLATE_NAME=elf32
5
EXTRA_EM_FILE=alphaelf
6
OUTPUT_FORMAT="elf64-alpha"
7
TEXT_START_ADDR="0x120000000"
8
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
10
ARCH=alpha
11
MACHINE=
12
GENERATE_SHLIB_SCRIPT=yes
13
GENERATE_PIE_SCRIPT=yes
14
 
15
# Yes, we want duplicate .plt sections.  The linker chooses the
16
# appropriate one magically in alpha_after_open.
17
PLT=".plt          ${RELOCATING-0} : SPECIAL { *(.plt) }"
18
DATA_PLT=yes
19
TEXT_PLT=yes
20
 
21
# Note that the number is always big-endian, thus we have to
22
# reverse the digit string.
23
NOP=0x0000fe2f1f04ff47          # unop; nop
24
 
25
OTHER_READONLY_SECTIONS="
26
  .reginfo      ${RELOCATING-0} : { *(.reginfo) }"

powered by: WebSVN 2.1.0

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