Last change
on this file since 2562 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:
653 bytes
|
Line | |
---|
1 | MACHINE=
|
---|
2 | SCRIPT_NAME=elf
|
---|
3 | OUTPUT_FORMAT="elf32-littlearm"
|
---|
4 | BIG_OUTPUT_FORMAT="elf32-bigarm"
|
---|
5 | LITTLE_OUTPUT_FORMAT="elf32-littlearm"
|
---|
6 | TEXT_START_ADDR=0x8000
|
---|
7 | TEMPLATE_NAME=elf32
|
---|
8 | EXTRA_EM_FILE=armelf
|
---|
9 | OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
|
---|
10 | OTHER_READONLY_SECTIONS='.note.gnu.arm.ident : { KEEP (*(.note.gnu.arm.ident)) }'
|
---|
11 | OTHER_BSS_SYMBOLS='__bss_start__ = .;'
|
---|
12 | OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
|
---|
13 |
|
---|
14 | DATA_START_SYMBOLS='__data_start = . ;';
|
---|
15 |
|
---|
16 | GENERATE_SHLIB_SCRIPT=yes
|
---|
17 |
|
---|
18 | ARCH=arm
|
---|
19 | MACHINE=
|
---|
20 | MAXPAGESIZE=256
|
---|
21 | ENTRY=_start
|
---|
22 | EMBEDDED=yes
|
---|
23 |
|
---|
24 | # This sets the stack to the top of the simulator memory (2^19 bytes).
|
---|
25 | STACK_ADDR=0x80000
|
---|
Note:
See
TracBrowser
for help on using the repository browser.