]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/install.texi
cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Tue, 20 Aug 2002 19:56:30 +0000 (19:56 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 20 Aug 2002 19:56:30 +0000 (19:56 +0000)
commit48209ce53afe03d4d6fc5a28d70435a9fcca9f8a
treeed9dcff5f785d529974799767abd4fd5544d93c1
parent4ca79136cf4d88e6b53d2fce4cbe720f75a5b358
cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.

* cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
at head.
(remove_dup_nonsys_dirs): New function.
(remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
(merge_include_chains): Remove non-system include directories from
quote and bracket include chains when they duplicate equivalent system
directories.
* doc/cpp.texi (-I): Update.
        * doc/cppopts.texi (-I): Update.
        * doc/install.texi (--with-local-prefix): Further document usage of
this option.
* doc/invoke.texi (-I): Update.

From-SVN: r56468
gcc/ChangeLog
gcc/cppinit.c
gcc/doc/cpp.texi
gcc/doc/cppopts.texi
gcc/doc/install.texi
gcc/doc/invoke.texi