1 .\" $NetBSD: elf2ecoff.1,v 1.8 2002/09/30 11:08:59 grant Exp $
3 .\" Copyright 1996 The Board of Trustees of The Leland Stanford
4 .\" Junior University. All Rights Reserved.
6 .\" Author: Jonathan Stone
8 .\" Permission to use, copy, modify, and distribute this
9 .\" software and its documentation for any purpose and without
10 .\" fee is hereby granted, provided that the above copyright
11 .\" notice and the above authorship notice appear in all copies.
12 .\" Stanford University makes no representations about the suitability
13 .\" of this software for any purpose. It is provided "as is" without
14 .\" express or implied warranty.
15 .Dd September 30, 1996
20 .Nd convert a NetBSD ELF-format executable to NetBSD ECOFF format
26 Reads a fully-linked ELF executable (such as a linked kernel)
27 and produces an equivalent ECOFF format executable file.
31 utility is used to convert native
34 to ECOFF format, for compatibility with DECstation diskless-boot
35 PROM code and diskless-boot servers that require ECOFF format binaries.
46 was originally developed for
49 and was first distributed with the pmax port of
53 assumes there are no multiply-referenced symbols in the input ELF symbol
55 It may be necessary to link with
57 to avoid duplicate symbols.
59 In some environments, the GNU binutils
61 utility may be a better solution than