From c7739571407c3d99f1de390c518a8726889f4b70 Mon Sep 17 00:00:00 2001 From: varobert Date: Thu, 12 Jul 2012 12:06:19 +0000 Subject: checklink: configuration, indicate external symbols git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1970 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- checklink/Frameworks.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checklink/Frameworks.ml') 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 -- cgit v1.2.3