c-family/ChangeLog.pph
[official-gcc.git] / gcc / c-family / ChangeLog.pph
blob0a85a441564e0491186e9893ff182d3107844df4
1 2011-04-04  Diego Novillo  <dnovillo@google.com>
3         * c-opts.c (add_pph_header_map): Create include_pph_mapping if it
4         was NULL.
6 2011-03-30  Diego Novillo  <dnovillo@google.com>
8         * c-family/c.opt (fpph-fmt): Remove.  Update all users.
10 2011-03-23  Diego Novillo  <dnovillo@google.com>
12         * c.opt (fpph-hdr, fpph-map): Re-order.
13         (fpph-tracer): New.
15 2011-03-04  Lawrence Crowl <crowl@google.com>
17         * c.opt:
18         Add flag -fpph-fmt=N to control format of PPH file.
20 2011-02-15  Lawrence Crowl <crowl@google.com>
22         * c-common.h (pph_out_file, query_have_pph_map,
23         query_pph_include_map): Add declarations.
24         * c-common.c (pph_out_file): Add definition.
25         * c.opt: Add flags -fpph-hdr= and -fpph-map=.
26         * c-opts.c (query_have_pph_map, add_pph_header_map,
27         query_pph_include_map): Add definitions.
28         (c_common_handle_option): Detect when an output file is PPH.
29         Handle flags -fpph-hdr= and -fpph-map=.
31 2010-11-02  Lawrence Crowl  <crowl@google.com>
32             Diego Novillo  <dnovillo@google.com>
34         * c.opt (fpph, fpph-debug, fpph-decls,
35         fpph-logfile, pph-stats): Add.
36         (fpth, fpth-debug, fpth-stats, fpth-md5): Add.
37         * c-opts.c (c_common_finish): Do not write a
38         deps file when generating PTH images.