mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-fr30"
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=fr30
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
NOP=0x9fa0
|
|
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x200000);' |