[BACK]Return to elf2ecoff.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / elf2ecoff

Annotation of src/usr.bin/elf2ecoff/elf2ecoff.1, Revision 1.10

1.10    ! jmc         1: .\"    $OpenBSD: elf2ecoff.1,v 1.9 2003/06/09 16:34:22 deraadt Exp $
1.1       pefo        2: .\"
                      3: .\" Copyright (c) 1996 Per Fogelstrom
1.4       aaron       4: .\"
1.1       pefo        5: .\" Redistribution and use in source and binary forms, with or without
                      6: .\" modification, are permitted provided that the following conditions
                      7: .\" are met:
                      8: .\" 1. Redistributions of source code must retain the above copyright
                      9: .\"    notice, this list of conditions and the following disclaimer.
                     10: .\" 2. Redistributions in binary form must reproduce the above copyright
                     11: .\"    notice, this list of conditions and the following disclaimer in the
                     12: .\"    documentation and/or other materials provided with the distribution.
                     13: .\"
                     14: .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
                     15: .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                     16: .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     17: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
                     18: .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     19: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     20: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     21: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     22: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     23: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     24: .\" SUCH DAMAGE.
                     25: .\"
                     26: .\"
1.10    ! jmc        27: .Dd $Mdocdate$
1.1       pefo       28: .Dt ELF2ECOFF 1
                     29: .Os
                     30: .Sh NAME
                     31: .Nm elf2ecoff
1.8       jmc        32: .Nd convert ELF executable to ecoff format
1.1       pefo       33: .Sh SYNOPSIS
                     34: .Nm elf2ecoff
1.3       millert    35: .Ar elfexec
1.1       pefo       36: .Ar ecoffexec
                     37: .Sh DESCRIPTION
1.6       aaron      38: .Nm
1.2       aaron      39: reads and converts the file specified as
1.1       pefo       40: .Ar elfexec
                     41: to ecoff format, into file
1.2       aaron      42: .Ar ecoffexec ,
                     43: suitable for bootstrapping certain
1.1       pefo       44: .Nm MIPS
1.7       aaron      45: systems.
                     46: Systems requiring this conversion are the
1.1       pefo       47: .Nm arc
                     48: and
1.2       aaron      49: .Nm pmax .
1.1       pefo       50: .Sh DIAGNOSTICS
                     51: If the conversion fails a diagnostic message is printed to explain the cause.
1.3       millert    52: .Sh BUGS
                     53: Does not preserve the symbol table.