aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/extractionMachdep.v')
-rw-r--r--aarch64/extractionMachdep.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/aarch64/extractionMachdep.v b/aarch64/extractionMachdep.v
index ae0006bc..0401d0fa 100644
--- a/aarch64/extractionMachdep.v
+++ b/aarch64/extractionMachdep.v
@@ -20,6 +20,9 @@ Require Archi Asm Asmgen SelectOp.
(* Archi *)
+
+Extract Constant Archi.pic_code => "fun () -> false". (* for the time being *)
+
Extract Constant Archi.abi =>
"match Configuration.abi with
| ""apple"" -> Apple
@@ -36,7 +39,4 @@ Extract Constant SelectOp.symbol_is_relocatable =>
Extract Constant Asm.symbol_low => "fun _ _ _ -> assert false".
Extract Constant Asm.symbol_high => "fun _ _ _ -> assert false".
-
-(* Asmgen *)
-
-Extract Constant Asmgen.symbol_is_aligned => "C2C.atom_is_aligned".
+Extract Constant Asmblockgen.symbol_is_aligned => "C2C.atom_is_aligned".