* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / ld / emulparams / m68kelf.sh
CommitLineData
bd1a093d
KR
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-m68k"
3TEXT_START_ADDR=0x80000100
4MAXPAGESIZE=0x2000
5NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
6ARCH=m68k
7TEMPLATE_NAME=elf32
8DYNAMIC_LINK=false
9# We can't do dynamic linking yet, but the elf code requires that
10# the script exist...
11GENERATE_SHLIB_SCRIPT=yes
This page took 0.153049 seconds and 4 git commands to generate.