aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Machine.mli')
-rw-r--r--cparser/Machine.mli11
1 files changed, 9 insertions, 2 deletions
diff --git a/cparser/Machine.mli b/cparser/Machine.mli
index bd3f3578..f1d3567c 100644
--- a/cparser/Machine.mli
+++ b/cparser/Machine.mli
@@ -39,13 +39,20 @@ type t = {
alignof_double: int;
alignof_longdouble: int;
alignof_void: int option;
- alignof_fun: int option
+ alignof_fun: int option;
+ bitfields_msb_first: bool
+
}
val ilp32ll64 : t
val i32lpll64 : t
val il32pll64 : t
-val make_char_signed : t -> t
+val x86_32 : t
+val x86_64 : t
+val win64 : t
+val ppc_32_bigendian : t
+val arm_littleendian : t
+
val gcc_extensions : t -> t
val config : t ref