mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
7d553a408b
From Catherine Moore, Michael Meissner, Jim Blandy: * emulparams/elf32frv.sh: New file. * configure.tgt: Support frv-*-*. * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o. (eelf32frv.c): New target.
21 lines
465 B
Bash
Executable File
21 lines
465 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-frv"
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=frv
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
OTHER_EXCLUDE_FILES='*frvend.o'
|
|
OTHER_BSS_END_SYMBOLS='__end = .;'
|
|
DATA_START_SYMBOLS='__data_start = . ;'
|
|
OTHER_RELOCATING_SECTIONS='
|
|
PROVIDE (_stack = 0x200000);
|
|
PROVIDE (__stack = 0x200000);'
|
|
OTHER_GOT_SYMBOLS='
|
|
. = ALIGN(8); _gp = . + 2048;
|
|
PROVIDE (gp = _gp);'
|
|
OTHER_READONLY_SECTIONS='
|
|
.rofixup : { *(.rofixup) }
|
|
'
|