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:
529 bytes
|
Line | |
---|
1 | # If you change this file, please also look at files which source this one:
|
---|
2 | # elf64ltsmip.sh
|
---|
3 |
|
---|
4 | . ${srcdir}/emulparams/elf32bmipn32-defs.sh
|
---|
5 | OUTPUT_FORMAT="elf64-tradbigmips"
|
---|
6 | BIG_OUTPUT_FORMAT="elf64-tradbigmips"
|
---|
7 | LITTLE_OUTPUT_FORMAT="elf64-tradlittlemips"
|
---|
8 |
|
---|
9 | # Magic sections.
|
---|
10 | INITIAL_READONLY_SECTIONS='.MIPS.options : { *(.MIPS.options) }'
|
---|
11 | OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
---|
12 | OTHER_SECTIONS='
|
---|
13 | .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
---|
14 | .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
---|
15 | '
|
---|
16 |
|
---|
17 | TEXT_DYNAMIC=
|
---|
Note:
See
TracBrowser
for help on using the repository browser.