aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2003-12-29 06:19:07 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-12-29 06:19:07 +0000
commit66ec7e6993e096d3c69c7580983bfd67b977358f (patch)
tree797a0dce91296c467ff4f4bf86da052e822f74c1
parentc11889cef5d45cc5a33fc391ff73980d9f623afb (diff)
downloadgcc-66ec7e6993e096d3c69c7580983bfd67b977358f.zip
gcc-66ec7e6993e096d3c69c7580983bfd67b977358f.tar.gz
gcc-66ec7e6993e096d3c69c7580983bfd67b977358f.tar.bz2
cppopts.texi: Use of -idirafter...
2003-12-29 Phil Edwards <phil@codesourcery.com> * doc/cppopts.texi: Use of -idirafter, -iprefix, -iwithprefix, and -iwithprefixbefore is not discouraged. From-SVN: r75196
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/cppopts.texi2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 70b2443..1dc2c4d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-29 Phil Edwards <phil@codesourcery.com>
+
+ * doc/cppopts.texi: Use of -idirafter, -iprefix, -iwithprefix, and
+ -iwithprefixbefore is not discouraged.
+
2003-12-28 Mostafa Hagog <mustafa@il.ibm.com>
* sbitmap.c (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg,
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index 4d509e8..2e7f50e 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -456,8 +456,6 @@ Append @var{dir} to the prefix specified previously with
path. @option{-iwithprefixbefore} puts it in the same place @option{-I}
would; @option{-iwithprefix} puts it where @option{-idirafter} would.
-Use of these options is discouraged.
-
@item -isystem @var{dir}
@opindex isystem
Search @var{dir} for header files, after all directories specified by