2013-08-26 18:51:48 +00:00
|
|
|
.\" Copyright 1997 John-Mark Gurney. All rights reserved.
|
1997-02-09 20:35:54 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS''
|
|
|
|
.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 01:08:13 +00:00
|
|
|
.\" $FreeBSD$
|
1997-02-09 20:35:54 +00:00
|
|
|
.\"
|
|
|
|
.Dd February 6, 1997
|
|
|
|
.Dt BRANDELF 1
|
2001-07-10 14:16:33 +00:00
|
|
|
.Os
|
1997-02-09 20:35:54 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm brandelf
|
|
|
|
.Nd mark an ELF binary for a specific ABI
|
|
|
|
.Sh SYNOPSIS
|
2000-04-18 16:25:51 +00:00
|
|
|
.Nm
|
|
|
|
.Op Fl lv
|
|
|
|
.Op Fl f Ar ELF_ABI_number
|
1997-02-09 20:35:54 +00:00
|
|
|
.Op Fl t Ar string
|
2000-04-18 16:25:51 +00:00
|
|
|
.Ar
|
1997-02-09 20:35:54 +00:00
|
|
|
.Sh DESCRIPTION
|
2007-03-09 14:36:18 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility marks an ELF binary to be run under a certain ABI for
|
2000-11-14 11:20:58 +00:00
|
|
|
.Fx .
|
1997-02-09 20:35:54 +00:00
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
2007-03-09 14:36:18 +00:00
|
|
|
.Bl -tag -width indent
|
2000-04-18 16:25:51 +00:00
|
|
|
.It Fl f Ar ELF_ABI_number
|
2007-03-09 14:36:18 +00:00
|
|
|
Forces branding with the supplied ELF ABI number.
|
2000-04-18 16:25:51 +00:00
|
|
|
Incompatible with the
|
|
|
|
.Fl t
|
|
|
|
option.
|
|
|
|
These values are assigned by SCO/USL.
|
2000-01-04 02:33:54 +00:00
|
|
|
.It Fl l
|
2007-03-09 14:36:18 +00:00
|
|
|
Writes the list of all known ELF types to the standard error.
|
1997-02-09 20:35:54 +00:00
|
|
|
.It Fl v
|
2007-03-09 14:36:18 +00:00
|
|
|
Turns on verbose output.
|
1997-02-09 20:35:54 +00:00
|
|
|
.It Fl t Ar string
|
2000-04-18 02:39:26 +00:00
|
|
|
Brands the given ELF binaries to be of the
|
1997-02-09 20:35:54 +00:00
|
|
|
.Ar string
|
2000-04-18 16:25:51 +00:00
|
|
|
ABI type.
|
|
|
|
Currently supported ABIs are
|
2007-03-09 14:36:18 +00:00
|
|
|
.Dq Li FreeBSD ,
|
|
|
|
.Dq Li Linux ,
|
1997-02-09 20:35:54 +00:00
|
|
|
and
|
2007-03-09 14:36:18 +00:00
|
|
|
.Dq Li SVR4 .
|
1997-02-09 20:35:54 +00:00
|
|
|
.It Ar file
|
|
|
|
If
|
|
|
|
.Fl t Ar string
|
|
|
|
is given it will brand
|
|
|
|
.Ar file
|
2000-04-18 02:39:26 +00:00
|
|
|
to be of type
|
1997-02-09 20:35:54 +00:00
|
|
|
.Ar string ,
|
2000-04-18 16:25:51 +00:00
|
|
|
otherwise it will simply display the branding of
|
1997-02-09 20:35:54 +00:00
|
|
|
.Ar file .
|
|
|
|
.El
|
2005-01-18 13:43:56 +00:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
Exit status is 0 on success, and 1 if the command
|
|
|
|
fails if a file does not exist, is too short, fails to brand properly,
|
|
|
|
or the brand requested is not one of the known types and the
|
|
|
|
.Fl f
|
|
|
|
option is not set.
|
1997-02-09 20:35:54 +00:00
|
|
|
.Sh EXAMPLES
|
|
|
|
The following is an example of a typical usage
|
|
|
|
of the
|
|
|
|
.Nm
|
|
|
|
command:
|
2007-03-09 14:36:18 +00:00
|
|
|
.Bd -literal -offset indent
|
|
|
|
brandelf file
|
|
|
|
brandelf -t Linux file
|
|
|
|
.Ed
|
2000-04-18 02:39:26 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Rs
|
2000-04-18 16:25:51 +00:00
|
|
|
.%A The Santa Cruz Operation, Inc.
|
2000-04-18 02:39:26 +00:00
|
|
|
.%T System V Application Binary Interface
|
|
|
|
.%D April 29, 1998 (DRAFT)
|
2010-01-15 16:01:22 +00:00
|
|
|
.%U http://www.sco.com/developer/devspecs/
|
2000-04-18 02:39:26 +00:00
|
|
|
.Re
|
1997-02-09 20:35:54 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
manual page first appeared in
|
1997-02-17 15:54:47 +00:00
|
|
|
.Fx 2.2 .
|
1998-03-23 07:48:45 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
This manual page was written by
|
|
|
|
.An John-Mark Gurney Aq gurney_j@efn.org .
|