summaryrefslogtreecommitdiff
path: root/extraction
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-18 10:01:21 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-18 10:01:21 +0000
commit726c815f2070e9ae40bdf6df1d4e63b4a60b6e09 (patch)
tree037a214ed6eb1b519ce5fd9fe2617749b77ce9f5 /extraction
parent0be44be49c5be412a9d23e37c7b4554a9049ecbe (diff)
Revised semantics of external functions, continued:
- Also axiomatize the semantics of inline asm - In Cexec, revised parameterization over do_external_function - In Interp.ml, matching changes + suppression of Interp_ext.ml git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2370 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index 34e6b0a..047a9b4 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -23,7 +23,6 @@ Require Constprop.
Require Tailcall.
Require Allocation.
Require Compiler.
-Require Cexec.
(* Standard lib *)
Require Import ExtrOcamlBasic.
@@ -107,9 +106,6 @@ Extract Constant Compiler.print_Mach => "PrintMach.print_if".
Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x".
(*Extraction Inline Compiler.apply_total Compiler.apply_partial.*)
-(* Reference interpreter *)
-Extract Constant Cexec.do_external_function => "Interp_ext.do_external_function".
-
(* Processor-specific extraction directives *)
Load extractionMachdep.