diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-11-07 10:55:02 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-11-07 10:55:02 +0000 |
commit | 59cc561027fe39c4437c39c837645265d4650977 (patch) | |
tree | 66270cad915b09c168862bb3d44af570560b003c /asmcomp/proc.mli | |
parent | 1027627f1b860b563777789a2a8733386de9c80b (diff) | |
download | ocaml-59cc561027fe39c4437c39c837645265d4650977.tar.gz |
asmlink: option pour produire un .o
autres: utilisation de Ccomp.create_archive.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1162 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/proc.mli')
-rw-r--r-- | asmcomp/proc.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asmcomp/proc.mli b/asmcomp/proc.mli index e93cf90945..491409ab71 100644 --- a/asmcomp/proc.mli +++ b/asmcomp/proc.mli @@ -75,6 +75,5 @@ val oper_latency: Mach.operation -> int val num_stack_slots: int array val contains_calls: bool ref -(* Calling the assembler and the archiver *) +(* Calling the assembler *) val assemble_file: string -> string -> int -val create_archive: string -> string list -> int |