mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 11:56:11 +08:00
elf32mipb.sh: New emulation parameter file for big endian MIPS ELF.
This commit is contained in:
@ -29,6 +29,7 @@ a29k.sh
|
||||
ebmon29k.sh
|
||||
elf32_sparc.sh
|
||||
elf64_sparc.sh
|
||||
elf32mipb.sh
|
||||
elf_i386.sh
|
||||
gld960.sh
|
||||
go32.sh
|
||||
|
11
ld/emulparams/elf32mipb.sh
Normal file
11
ld/emulparams/elf32mipb.sh
Normal 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
|
Reference in New Issue
Block a user