Subject: Re: ELF and m68k
To: Todd Vierling <tv@wasabisystems.com>
From: Steve Woodford <scw@netbsd.org>
List: tech-toolchain
Date: 12/06/2000 19:04:52
On Tue, 5 Dec 2000, Todd Vierling wrote:

> In which case it would have to change, but by creating a new,
> NetBSD-specific m68k ldscript -- borking the existing one is far less likely
> to be accepted back into the mainline binutils distribution.

To this end, I will add the following as
"gnusrc/dist/ld/emulparams/m68kelfnbsd.sh" and update the reach-over
Makefile appropriately, assuming no-one objects. ;-)

SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-m68k"
TEXT_START_ADDR=0x2000
MAXPAGESIZE=0x2000
NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
ARCH=m68k
MACHINE=
NOP=0x4e75
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
ELFSIZE=32

Cheers, Steve