|
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:
682 bytes
|
| Line | |
|---|
| 1 | . ${srcdir}/emulparams/elf32bmipn32-defs.sh
|
|---|
| 2 | OUTPUT_FORMAT="elf32-nbigmips"
|
|---|
| 3 | BIG_OUTPUT_FORMAT="elf32-nbigmips"
|
|---|
| 4 | LITTLE_OUTPUT_FORMAT="elf32-nlittlemips"
|
|---|
| 5 | SHLIB_TEXT_START_ADDR=0x5ffe0000
|
|---|
| 6 |
|
|---|
| 7 | # IRIX6 defines these symbols. 0x34 is the size of the ELF header.
|
|---|
| 8 | EXECUTABLE_SYMBOLS="
|
|---|
| 9 | __dso_displacement = 0;
|
|---|
| 10 | __elf_header = ${TEXT_START_ADDR};
|
|---|
| 11 | __program_header_table = ${TEXT_START_ADDR} + 0x34;
|
|---|
| 12 | "
|
|---|
| 13 |
|
|---|
| 14 | # There are often dynamic relocations against the .rodata section.
|
|---|
| 15 | # Setting DT_TEXTREL in the .dynamic section does not convince the
|
|---|
| 16 | # IRIX6 linker to permit relocations against the text segment.
|
|---|
| 17 | # Following the IRIX linker, we simply put .rodata in the data
|
|---|
| 18 | # segment.
|
|---|
| 19 | WRITABLE_RODATA=
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.