mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
bd1a093d78
(em68kelf.o): New target. * config/m68k-elf.mt, emulparams/m68kelf.sh: New files. * configure.in: Use them for m68*-*-elf.
12 lines
296 B
Bash
12 lines
296 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-m68k"
|
|
TEXT_START_ADDR=0x80000100
|
|
MAXPAGESIZE=0x2000
|
|
NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
|
|
ARCH=m68k
|
|
TEMPLATE_NAME=elf32
|
|
DYNAMIC_LINK=false
|
|
# We can't do dynamic linking yet, but the elf code requires that
|
|
# the script exist...
|
|
GENERATE_SHLIB_SCRIPT=yes
|