diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-29 06:19:07 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-29 06:19:07 +0000 |
| commit | 74fdaa7743273e5611feca1885455fa8a0cc63da (patch) | |
| tree | 797a0dce91296c467ff4f4bf86da052e822f74c1 | |
| parent | 3b67dbdae87c08ad01a85d308d103f9fa39d1489 (diff) | |
| download | ppe42-gcc-74fdaa7743273e5611feca1885455fa8a0cc63da.tar.gz ppe42-gcc-74fdaa7743273e5611feca1885455fa8a0cc63da.zip | |
2003-12-29 Phil Edwards <phil@codesourcery.com>
* doc/cppopts.texi: Use of -idirafter, -iprefix, -iwithprefix, and
-iwithprefixbefore is not discouraged.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75196 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/cppopts.texi | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70b2443afb0..1dc2c4dafdb 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 4d509e859d1..2e7f50e37a6 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 |

