mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
63d069c06f
* emulparams/elf32fr30.sh: Add a newline.
11 lines
201 B
Bash
Executable File
11 lines
201 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=0x9fa09fa0
|
|
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x200000);'
|