From 187aacedcf9c166ff55a7548c5c5725e41e4d094 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 5 Feb 2014 14:08:10 +0000 Subject: Recognize .i and .p source files as C sources not to be preprocessed. Add CompCert version number and command line as comments in generated asm. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2407 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- ia32/PrintAsm.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'ia32') diff --git a/ia32/PrintAsm.ml b/ia32/PrintAsm.ml index 01034f1..79da85e 100644 --- a/ia32/PrintAsm.ml +++ b/ia32/PrintAsm.ml @@ -873,6 +873,7 @@ let print_globdef oc (name, gdef) = | Gvar v -> print_var oc name v let print_program oc p = + PrintAnnot.print_version_and_options oc comment; need_masks := false; indirect_symbols := StringSet.empty; Hashtbl.clear filename_num; -- cgit v1.2.3