2001-12-01 22:06:01 +03:00
|
|
|
.\" $NetBSD: elf2ecoff.1,v 1.7 2001/12/01 19:06:01 wiz Exp $
|
1998-01-09 11:03:16 +03:00
|
|
|
.\"
|
1996-09-30 01:53:11 +04:00
|
|
|
.\" Copyright 1996 The Board of Trustees of The Leland Stanford
|
|
|
|
.\" Junior University. All Rights Reserved.
|
|
|
|
.\"
|
|
|
|
.\" Author: Jonathan Stone
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this
|
|
|
|
.\" software and its documentation for any purpose and without
|
|
|
|
.\" fee is hereby granted, provided that the above copyright
|
|
|
|
.\" notice and the above authorship notice appear in all copies.
|
|
|
|
.\" Stanford University makes no representations about the suitability
|
|
|
|
.\" of this software for any purpose. It is provided "as is" without
|
|
|
|
.\" express or implied warranty.
|
|
|
|
.Dd September 30, 1996
|
|
|
|
.Dt ELF2ECOFF 1
|
1999-03-22 21:16:34 +03:00
|
|
|
.Os
|
1996-09-30 01:53:11 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm elf2ecoff
|
2000-08-24 05:20:35 +04:00
|
|
|
.Nd convert a NetBSD ELF-format executable to NetBSD ECOFF format
|
1996-09-30 01:53:11 +04:00
|
|
|
.Sh SYNOPSIS
|
1997-10-18 17:50:02 +04:00
|
|
|
.Nm elf2ecoff
|
|
|
|
.Ar elf-file
|
|
|
|
.Ar ecoff-file
|
1996-09-30 01:53:11 +04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
Reads a fully-linked ELF executable (such as a linked kernel)
|
|
|
|
and produces an equivalent ECOFF format executable file.
|
|
|
|
.Pp
|
|
|
|
The
|
1997-10-18 17:50:02 +04:00
|
|
|
.Nm
|
1998-02-06 08:54:12 +03:00
|
|
|
utility is used to convert native
|
|
|
|
.Nx
|
|
|
|
ELF binaries
|
2000-08-24 05:20:35 +04:00
|
|
|
to ECOFF format, for compatibility with DECstation diskless-boot
|
1996-09-30 01:53:11 +04:00
|
|
|
PROM code and diskless-boot servers that require ECOFF format binaries.
|
|
|
|
.\" .Sh DIAGNOSTICS
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr elf2aout 1 ,
|
|
|
|
.Xr ld 1 ,
|
2001-12-01 22:06:01 +03:00
|
|
|
.Xr kvm 3 ,
|
1996-09-30 01:53:11 +04:00
|
|
|
.Xr a.out 5 ,
|
|
|
|
.Xr elf 5 ,
|
2001-12-01 22:06:01 +03:00
|
|
|
.Xr kvm_mkdb 8
|
|
|
|
.Sh HISTORY
|
|
|
|
.Nm
|
|
|
|
was originally developed for
|
|
|
|
.Nx Ns Tn /pmax
|
|
|
|
by Ted Lemon
|
|
|
|
and was first distributed with the pmax port of
|
|
|
|
.Nx 1.1 .
|
1996-09-30 01:53:11 +04:00
|
|
|
.Sh BUGS
|
1997-10-18 17:50:02 +04:00
|
|
|
.Nm
|
1996-09-30 01:53:11 +04:00
|
|
|
assumes there are no multiply-referenced symbols in the input ELF symbol
|
|
|
|
section. It may be necessary to link with
|
1997-10-18 17:50:02 +04:00
|
|
|
.Fl x
|
1996-09-30 01:53:11 +04:00
|
|
|
to avoid duplicate symbols.
|
|
|
|
.Pp
|
|
|
|
In some environments, the GNU binutils
|
1997-10-18 17:50:02 +04:00
|
|
|
.Xr objcopy 1
|
1996-09-30 01:53:11 +04:00
|
|
|
utility may be a better solution than
|
1997-10-18 17:50:02 +04:00
|
|
|
.Nm "" .
|