source: trunk/binutils/ld/emulparams/elf64alpha.sh@ 3669

Last change on this file since 3669 was 610, checked in by bird, 22 years ago

This commit was generated by cvs2svn to compensate for changes in r609,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 482 bytes
Line 
1ENTRY=_start
2SCRIPT_NAME=elf
3ELFSIZE=64
4TEMPLATE_NAME=elf32
5EXTRA_EM_FILE=alphaelf
6OUTPUT_FORMAT="elf64-alpha"
7TEXT_START_ADDR="0x120000000"
8MAXPAGESIZE=0x10000
9COMMONPAGESIZE=0x2000
10NONPAGED_TEXT_START_ADDR="0x120000000"
11ARCH=alpha
12MACHINE=
13GENERATE_SHLIB_SCRIPT=yes
14DATA_PLT=
15# Note that the number is always big-endian, thus we have to
16# reverse the digit string.
17NOP=0x0000fe2f1f04ff47 # unop; nop
18
19OTHER_READONLY_SECTIONS="
20 .reginfo ${RELOCATING-0} : { *(.reginfo) }"
Note: See TracBrowser for help on using the repository browser.