* hppa-dis.c (print_insn_hppa): Change condition args to use
[deliverable/binutils-gdb.git] / ld / emulparams / m68kelf.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-m68k"
3 TEXT_START_ADDR=0x80000000
4 MAXPAGESIZE=0x2000
5 NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
6 ARCH=m68k
7 MACHINE=
8 NOP=0x4e75
9 TEMPLATE_NAME=elf32
10 GENERATE_SHLIB_SCRIPT=yes
This page took 0.041614 seconds and 4 git commands to generate.