diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1993-11-17 22:51:16 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1993-11-17 22:51:16 +0000 |
commit | 3883531f52c89b7fabc345baded1e49ac00e1daa (patch) | |
tree | c5a0735910998d01286fac8f3babf468974b68f0 /binutils/nlmconv.1 | |
parent | 2dbe3409d736ce6d5989dfaa95e068f01b6e8d16 (diff) | |
download | gdb-3883531f52c89b7fabc345baded1e49ac00e1daa.zip gdb-3883531f52c89b7fabc345baded1e49ac00e1daa.tar.gz gdb-3883531f52c89b7fabc345baded1e49ac00e1daa.tar.bz2 |
* nlmconv.1: new man page
* objcopy.1: fixed format errors
Diffstat (limited to 'binutils/nlmconv.1')
-rw-r--r-- | binutils/nlmconv.1 | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/binutils/nlmconv.1 b/binutils/nlmconv.1 new file mode 100644 index 0000000..8e95ec8 --- /dev/null +++ b/binutils/nlmconv.1 @@ -0,0 +1,106 @@ +.\" Copyright (c) 1991 Free Software Foundation +.\" See section COPYING for conditions for redistribution +.TH nlmconv 1 "June 1993" "cygnus support" "GNU Development Tools" +.de BP +.sp +.ti \-.2i +\(** +.. + +.SH NAME +nlmconv\(em\&converts object code into an NLM + +.SH SYNOPSIS +.hy 0 +.na +.TP +.B nlmconv +.RB "[\|" \-I\ \fIformat\fB\ |\ \-\-input\-format=\fIformat\fR "\|]" +.RB "[\|" \-O\ \fIformat\fB\ |\ \-\-output\-format=\fIformat\fR "\|]" +.RB "[\|" \-T\ \fIheaderfile\fB\ |\ \-\-header\-file=\fIheaderfile\fR "\|]" +.RB "[\|" \-V\ |\ \-\-version\fR "\|]" +.RB "[\|" \-\-help\fR "\|]" +.B infile +.B outfile +.SH DESCRIPTION +.B nlmconv +converts the relocatable object file +.B infile +into the NetWare Loadable Module +.BR outfile , +optionally reading +.I headerfile +for NLM header information. For instructions on writing the NLM +command file language used in header files, see +.IR "The NetWare Tool Maker Specification Manual" , +available from Novell, Inc. +.B nlmconv +currently only works with i386 object files in +.BR COFF , +.BR ELF , +or +.B a.out +format. +.br +.B nlmconv +uses the GNU Binary File Descriptor library to read +.IR infile . +.SH OPTIONS +.TP +.B \-I \fIformat\fR, \fB\-\-input\-format=\fIformat +Consider the source file's object format to be +.IR format , +rather than attempting to deduce it. +.TP +.B \-O \fIformat\fR, \fB\-\-output\-format=\fIformat +Write the output file using the object format +.IR format . +.B nlmconv +infers the output format based on the input format, e.g. for an i386 +input file the output format is +.IR nlm32\-i386 . +.TP +.B \-T \fIheaderfile\fR, \fB\-\-header\-file=\fIheaderfile +Reads +.I headerfile +for NLM header information. For instructions on writing the NLM +command file language used in header files, see +.IR "The NetWare Tool Maker Specification Manual" , +available from Novell, Inc. +.TP +.B \-V\fR, \fB\-\-version +Show the version number of +.B nlmconv +and exit. +.TP +.B \-h\fR, \fB\-\-help +Show a summary of the options to +.B nlmconv +and exit. +.SH "SEE ALSO" +.RB "`\|" binutils "\|'" +entry in +.B +info\c +\&; +.I +The GNU Binary Utilities\c +\&, Roland H. Pesch (June 1993). + +.SH COPYING +Copyright (c) 1993 Free Software Foundation, Inc. +.PP +Permission is granted to make and distribute verbatim copies of +this manual provided the copyright notice and this permission notice +are preserved on all copies. +.PP +Permission is granted to copy and distribute modified versions of this +manual under the conditions for verbatim copying, provided that the +entire resulting derived work is distributed under the terms of a +permission notice identical to this one. +.PP +Permission is granted to copy and distribute translations of this +manual into another language, under the above conditions for modified +versions, except that this permission notice may be included in +translations approved by the Free Software Foundation instead of in +the original English. |