elf32mipb.sh: New emulation parameter file for big endian MIPS ELF.

This commit is contained in:
Ian Lance Taylor 1993-10-12 21:36:05 +00:00
parent 514977a5ea
commit f1d043f50f
2 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,7 @@ a29k.sh
ebmon29k.sh
elf32_sparc.sh
elf64_sparc.sh
elf32mipb.sh
elf_i386.sh
gld960.sh
go32.sh

View File

@ -0,0 +1,11 @@
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-bigmips"
TEXT_START_ADDR=0x0400000
MAXPAGESIZE=0x40000
NONPAGED_TEXT_START_ADDR=0x0400000
OTHER_READWRITE_SECTIONS='
_gp = . + 0x8000;
.lit8 . : { *(.lit8) }
.lit4 . : { *(.lit4) }
'
ARCH=mips