binutils-gdb/ld/emulparams/m68kelf.sh
Ken Raeburn bd1a093d78 * Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
(em68kelf.o): New target.
* config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
* configure.in: Use them for m68*-*-elf.
1995-04-14 20:33:05 +00:00

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