diff options
Diffstat (limited to 'ja_JP.eucJP/man/man1/crunchide.1')
-rw-r--r-- | ja_JP.eucJP/man/man1/crunchide.1 | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/ja_JP.eucJP/man/man1/crunchide.1 b/ja_JP.eucJP/man/man1/crunchide.1 deleted file mode 100644 index d7c379f883..0000000000 --- a/ja_JP.eucJP/man/man1/crunchide.1 +++ /dev/null @@ -1,89 +0,0 @@ -.\" -.\" Copyright (c) 1994 University of Maryland -.\" All Rights Reserved. -.\" -.\" Permission to use, copy, modify, distribute, and sell this software and its -.\" documentation for any purpose is hereby granted without fee, provided that -.\" the above copyright notice appear in all copies and that both that -.\" copyright notice and this permission notice appear in supporting -.\" documentation, and that the name of U.M. not be used in advertising or -.\" publicity pertaining to distribution of the software without specific, -.\" written prior permission. U.M. makes no representations about the -.\" suitability of this software for any purpose. It is provided "as is" -.\" without express or implied warranty. -.\" -.\" U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M. -.\" BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -.\" IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.\" Author: James da Silva, Systems Design and Analysis Group -.\" Computer Science Department -.\" University of Maryland at College Park -.\" -.\" jpman %Id: crunchide.1,v 1.3 1997/07/29 13:45:23 konuma Stab % -.Dd June 14, 1994 -.Dt CRUNCHIDE 1 -.Os BSD 4 -.Sh 名称 -.Nm crunchide -.Nd プログラムをクランチしてまとめる際に、シンボル名を ld から隠蔽する -.Sh 書式 -.Nm crunchide -.Op Fl f Ar keep-list-file -.Op Fl k Ar keep-symbol -.Op Ar object-file ... -.Sh 解説 - -.Nm crunchide -は -.Ar object-file -の大域シンボルを隠蔽し、 -続くリンカ -.Xr ld 1 -の実行でそれらが無視されるようにします。 -.Fl k Ar keep-symbol -オプションおよび -.Fl f Ar keep-list-file -オプションにより、 -いくつかのシンボルを見える状態のままにしておくことができます。 -ファイル -.Ar keep-list-file -は、見える状態にしておくシンボルのリストです。 -このファイルにはシンボルを 1 行にひとつずつ記述します。 -.Ar keep-symbol -もしくは -.Ar keep-list-file -において指定する名前は、C における名前です。例えば C の関数 -.Dq foo -を見えるようにするためには、オプション -.Dq -k foo -を使用します。 -.Pp -.Nm crunchide -は -.Xr crunchgen 1 -とともに用いられるプログラムとして設計されています。 -.Xr crunchgen 1 -は複数のコンポーネントプログラムからクランチバイナリを作成する -処理を自動化するプログラムです。 -.Sh 関連項目 -.Xr crunchgen 1 , -.Xr ld 1 -.Sh 作者 -.Nm crunch -は -.An James da Silva Aq jds@cs.umd.edu -によって作成されました。 -.sp 0 -Copyright (c) 1994 University of Maryland. All Rights Reserved. -.Pp -.An Chris Demetriou Aq cgd@netbsd.org -が -.Nm -を再構成し、複数のオブジェクト形式をサポートし、 -ELF オブジェクトのサポートと ECOFF オブジェクトの認識を追加しました。 -.sp 0 -Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved. |