]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Mon, 30 Sep 2002 17:35:45 +0000 (17:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 30 Sep 2002 17:35:45 +0000 (17:35 +0000)
commitfde6f62282ddfb4e4a915ceb3559bac11ce98648
tree1f4abdc0c84663bb00dc384dd63412d7673c0d4e
parente79babc3069295d353b01083bdbd37bdc3c6528c
[multiple changes]

2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>

* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.

2002-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>

* 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: r57658
gcc/ChangeLog
gcc/cppinit.c
gcc/doc/cpp.texi
gcc/doc/install.texi
gcc/doc/invoke.texi