mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
8d17e044d8
_stack and __bss_start. * emulparams/bfin.sh (ENTRY): Remove.
12 lines
222 B
Bash
Executable File
12 lines
222 B
Bash
Executable File
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-bfin"
|
|
TEXT_START_ADDR=0x0
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=bfin
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
EMBEDDED=yes
|
|
USER_LABEL_PREFIX=_
|