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