mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
781303cee5
Add new linker options for marking programs to load into L1 memory at runtime. This needs new EF flag bits, so declare them. Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 lines
241 B
Bash
Executable File
13 lines
241 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=_
|
|
EXTRA_EM_FILE=bfin
|