New file used for rebuilding dependencies.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32mipb.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-bigmips"
3 TEXT_START_ADDR=0x0400000
4 DATA_ADDR=0x10000000
5 MAXPAGESIZE=0x40000
6 NONPAGED_TEXT_START_ADDR=0x0400000
7 OTHER_READONLY_SECTIONS='.reginfo . : { *(.reginfo) }'
8 OTHER_READWRITE_SECTIONS='
9 _gp = . + 0x8000;
10 .lit8 . : { *(.lit8) }
11 .lit4 . : { *(.lit4) }
12 '
13 EXECUTABLE_SYMBOLS='_DYNAMIC_LINK = 0;'
14 ARCH=mips
This page took 0.031353 seconds and 4 git commands to generate.