diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-02-05 14:08:10 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-02-05 14:08:10 +0000 |
commit | 187aacedcf9c166ff55a7548c5c5725e41e4d094 (patch) | |
tree | f761f27e70c01064129f9e5ba986b3bfbc301470 /Changelog | |
parent | f9d92a67dd765fad9b980a933887477b3c3e6f40 (diff) |
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
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ - More tolerance for functions declared without a prototype (option -funprototyped, on by default). - Option -drtl. - +- Recognize source files with .i or .p extension as C sources that + should not be preprocessed. Release 2.1, 2013-10-28 ======================= |