diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1993-11-19 21:12:49 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1993-11-19 21:12:49 +0000 |
commit | 4961ce5b9c0cbf2d72596183783229af662be56e (patch) | |
tree | 5b855d102e1c1a2008b8ec66fee74a7fdca18ba7 /binutils/binutils.texi | |
parent | d910c7e938e5ee44ae4d16bd352dd222a4bfa30e (diff) | |
download | gdb-4961ce5b9c0cbf2d72596183783229af662be56e.zip gdb-4961ce5b9c0cbf2d72596183783229af662be56e.tar.gz gdb-4961ce5b9c0cbf2d72596183783229af662be56e.tar.bz2 |
binutils.texi: minor fix for nlmconv chapter
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index f42d8d3..8654a16 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -56,6 +56,7 @@ into another language, under the above conditions for modified versions. @sp 1 @subtitle May 1993 @author Roland H. Pesch +@author Jeffrey M. Osier @author Cygnus Support @page @@ -1273,8 +1274,17 @@ c++filt @var{option} @var{symbol} @chapter nlmconv @code{nlmconv} converts a relocatable object file into a NetWare -Loadable Module. @code{nlmconv} currently only works with @samp{i386} -object files in @code{coff}, @sc{elf}, or @code{a.out} format. +Loadable Module. @code{nlmconv} currently works with @samp{i386} object +files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC} +object files in @sc{elf}, or @code{a.out} format@footnote{ +@code{nlmconv} should work with any @samp{i386} or @sc{sparc} object +format in the Binary File Descriptor library. It has only been tested +with the above formats.}. + +@quotation +@emph{Warning:} @code{nlmconv} is not always built as part of the binary +utilities, since it is only useful for NLM targets. +@end quotation @smallexample nlmconv [ -I @var{format} | --input-format=@var{format} ] |