From 04ff02a9f4bc4f766a450e5463729102ee26882e Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 24 Jul 2014 08:05:35 +0000 Subject: Update for single-precision floats. Calls to vararg functions remain to be updated. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2544 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 ec11412..0f7ec44 100644 --- a/checklink/Frameworks.ml +++ b/checklink/Frameworks.ml @@ -25,6 +25,7 @@ type byte_chunk_desc = | Stub of string | Jumptable | Float_literal of float + | Float32_literal of float | Padding | Unknown of string @@ -208,5 +209,6 @@ let string_of_byte_chunk_desc = function | Stub(s) -> "Stub for: " ^ s | Jumptable -> "Jump table" | Float_literal(f) -> "Float literal: " ^ string_of_float f +| Float32_literal(f) -> "Float32 literal: " ^ string_of_float f | Padding -> "Padding" | Unknown(s) -> "???" ^ (if !verbose_elfmap then s else "") -- cgit v1.2.3