nlmconv -
オブジェクトコードを
NLM に変換する
- nlmconv
- [-I bfdname | --input-target=bfdname]
[-O bfdname | --output-target=bfdname]
[-T headerfile | --header-file=headerfile]
[-V | --version] [--help] infile
outfile
nlmconv
はリロケータブルなオブジェクトファイル
infile を NetWare
ローダブルモジュール
outfile
に変換する。この際 NLM
のヘッダ情報
headerfile
を読むようにもできる。
NLM
コマンドファイル言語の記述に関する説明は
The NewWare Tool Maker Specification Manual
を見よ。これは Novell, Inc.
より入手できる。
現在
nlmconv
が対応している i386
のオブジェクトファイル形式は
COFF、
ELF、
a.out
である。 SPARC
のオブジェクトファイル形式としては
ELFと
a.out
に対応している。
nlmconv は
infile
の読み込みに GNU Binary File Descriptor
library を利用している。
- -I bfdname,
--input-target=bfdname
- ソースファイルのオブジェクトフォーマットを
bfdname
として取り扱う。デフォルトではフォーマットを推測する。
- -O bfdname,
--output-target=bfdname
- 出力ファイルのオブジェクトフォーマットを
bfdname
にする。デフォルトでは
nlmconv
は出力フォーマットを入力フォーマットから導出する。例えば入力ファイルが
i386
のものなら、出力ファイルは
nlm32-i386 となる。
- -T headerfile,
--header-file=headerfile
- NLM ヘッダ情報を
headerfile から得る。 NLM
コマンドファイル言語の記述に関する説明は
The NewWare Tool Maker Specification Manual
を見よ。これは Novell, Inc.
より入手できる。
- -V, --version
-
nlmconv
のバージョン番号を表示して終了する。
- -h, --help
-
nlmconv
のオプションの要約を表示して終了する。
info の `
binutils '
エントリ、
The GNU Binary Utilities,
Roland H. Pesch (October 1993)、
Copyright (c) 1993 Free Software Foundation, Inc.
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.
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.
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.