]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
cpplib.h (struct cpp_options): Add canonical_system_headers.
authorSimon Baldwin <simonb@google.com>
Fri, 16 Nov 2012 17:14:05 +0000 (17:14 +0000)
committerSimon Baldwin <simonb@gcc.gnu.org>
Fri, 16 Nov 2012 17:14:05 +0000 (17:14 +0000)
commit5dc99c46786e91f2892c4318ed36054302e0c964
tree709320b578253406cba90335431f68194bf6b70a
parentb185792f5216497c74664bdf9ba2d465628d6f4c
cpplib.h (struct cpp_options): Add canonical_system_headers.

    * include/cpplib.h (struct cpp_options): Add canonical_system_headers.
    * files.c (find_file_in_dir): Call maybe_shorter_path() only if
    canonical_system_headers is set.
    * init.c (cpp_create_reader): Initialize canonical_system_headers.
    * configure.ac: Add new --enable-canonical-system-headers.
    * configure: Regenerate.
    * config.in: Regenerate.

    * doc/cppopts.texi: Document -f[no-]canonical-system-headers.
    * doc/install.texi: Document --enable-canonical-system-headers.

    * c.opt: Add f[no-]canonical-system-headers.
    * c-opts.c (c_common_handle_option): Handle
    OPT_fcanonical_system_headers.

From-SVN: r193569
13 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/doc/cppopts.texi
gcc/doc/install.texi
libcpp/ChangeLog
libcpp/config.in
libcpp/configure
libcpp/configure.ac
libcpp/files.c
libcpp/include/cpplib.h
libcpp/init.c