aboutsummaryrefslogtreecommitdiffstats
path: root/checklink
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-07-01 17:25:44 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-07-01 17:25:44 +0200
commitb59b2b182a6832e1b6ebf3cf7ba4fd1943843b74 (patch)
tree3fa8c338c917d4f72f3408b6a45cffcc6e1e0f8a /checklink
parentd8ed56833c508b5103a900ef04975013bd9ba77b (diff)
downloadcompcert-b59b2b182a6832e1b6ebf3cf7ba4fd1943843b74.tar.gz
compcert-b59b2b182a6832e1b6ebf3cf7ba4fd1943843b74.zip
Removed the version from the compcert.ini file and add it again in a separate file.
Diffstat (limited to 'checklink')
-rw-r--r--checklink/Check.ml2
-rw-r--r--checklink/Validator.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml
index bfd03c97..10c7aa45 100644
--- a/checklink/Check.ml
+++ b/checklink/Check.ml
@@ -2573,7 +2573,7 @@ let check_data (pv: (ident * unit globvar) list) (sfw: s_framework)
(** Read a .sdump file *)
-let sdump_magic_number = "CompCertSDUMP" ^ Configuration.version
+let sdump_magic_number = "CompCertSDUMP" ^ Version.version
let read_sdump file =
let ic = open_in_bin file in
diff --git a/checklink/Validator.ml b/checklink/Validator.ml
index 6969409a..f9ca0edb 100644
--- a/checklink/Validator.ml
+++ b/checklink/Validator.ml
@@ -97,7 +97,7 @@ let anonymous arg =
set_elf_file arg
let usage =
- "The CompCert C post-linking validator, version " ^ Configuration.version ^ "
+ "The CompCert C post-linking validator, version " ^ Version.version ^ "
Usage: cchecklink [options] <.sdump files> <ELF executable>
In the absence of options, checks are performed and a short result is displayed.
Options are:"