Deleted Added
sdiff udiff text old ( 89871 ) new ( 91054 )
full compact
1# $FreeBSD: head/contrib/binutils/ld/emulparams/elf64alpha.sh 89871 2002-01-27 12:23:29Z obrien $
2
3
4ENTRY=_start
5SCRIPT_NAME=elf
6ELFSIZE=64
7TEMPLATE_NAME=elf32
8OUTPUT_FORMAT="elf64-alpha"
9TEXT_START_ADDR="0x120000000"
10MAXPAGESIZE=0x10000
11NONPAGED_TEXT_START_ADDR="0x120000000"
12ARCH=alpha
13MACHINE=
14GENERATE_SHLIB_SCRIPT=yes
15DATA_PLT=
16NOP=0x2ffe0000 # unop
17
18OTHER_READONLY_SECTIONS="
19 .reginfo ${RELOCATING-0} : { *(.reginfo) }"
20
21# This code gets inserted into the generic elf32.sc linker script
22# and allows us to define our own command line switches.
23PARSE_AND_LIST_PROLOGUE='
24#define OPTION_TASO 300

--- 46 unchanged lines hidden ---