Switch over to using generic elf script rather than an fr30 specific one.
[external/binutils.git] / ld / emulparams / elf32fr30.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-fr30"
4 TEXT_START_ADDR=0x10000
5 ARCH=fr30
6 MAXPAGESIZE=256
7 ENTRY=_start
8 EMBEDDED=yes
9 NOP=0x9fa0
10 OTHER_SECTIONS='
11   .stack 0x200000 : {
12     *(.stack)
13     __stack = .;
14   }
15 '