Configury changes: update src repository (binutils, gdb, and rda) to use
[deliverable/binutils-gdb.git] / ld / emulparams / elf32frv.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-frv"
4 TEXT_START_ADDR=0x10000
5 ARCH=frv
6 MAXPAGESIZE=256
7 ENTRY=_start
8 EMBEDDED=yes
9 OTHER_EXCLUDE_FILES='*frvend.o'
10 OTHER_END_SYMBOLS='__end = .;'
11 DATA_START_SYMBOLS='__data_start = . ;'
12 STACK_ADDR=0x200000
13 NOP=0x80000000
14 OTHER_GOT_SYMBOLS='
15 . = ALIGN(8); _gp = . + 2048;
16 PROVIDE (gp = _gp);'
17 OTHER_READONLY_SECTIONS='
18 .rofixup : { *(.rofixup) }
19 '
This page took 0.031337 seconds and 4 git commands to generate.