summaryrefslogtreecommitdiff
path: root/checklink/Frameworks.ml
diff options
context:
space:
mode:
authorGravatar varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-12 12:06:19 +0000
committerGravatar varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-12 12:06:19 +0000
commitc7739571407c3d99f1de390c518a8726889f4b70 (patch)
treec8c680618aac82990f42c87f79f4384c2d2cd409 /checklink/Frameworks.ml
parentf45af3286a61ceae85160639097da6776ce66098 (diff)
checklink: configuration, indicate external symbols
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1970 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink/Frameworks.ml')
-rw-r--r--checklink/Frameworks.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/checklink/Frameworks.ml b/checklink/Frameworks.ml
index a35537c..c448734 100644
--- a/checklink/Frameworks.ml
+++ b/checklink/Frameworks.ml
@@ -64,6 +64,8 @@ type e_framework = {
(** We will assign a virtual address to each register that can act as an SDA
base register. *)
sda_map: (int32 inferrable) IntMap.t;
+ (** Contains the symbols that we expect to be missing from the .sdump files *)
+ missing_syms: StringSet.t;
}
module PosOT = struct