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 | |
---|
1 | 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=0x10000
|
---|
9 | COMMONPAGESIZE=0x2000
|
---|
10 | NONPAGED_TEXT_START_ADDR="0x120000000"
|
---|
11 | ARCH=alpha
|
---|
12 | MACHINE=
|
---|
13 | GENERATE_SHLIB_SCRIPT=yes
|
---|
14 | DATA_PLT=
|
---|
15 | # Note that the number is always big-endian, thus we have to
|
---|
16 | # reverse the digit string.
|
---|
17 | NOP=0x0000fe2f1f04ff47 # unop; nop
|
---|
18 |
|
---|
19 | OTHER_READONLY_SECTIONS="
|
---|
20 | .reginfo ${RELOCATING-0} : { *(.reginfo) }"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.