]> git.ipfire.org Git - thirdparty/gcc.git/commit
2016-12-27 Sandra Loosemore <sandra@codesourcery.com>
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Dec 2016 02:34:29 +0000 (02:34 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Dec 2016 02:34:29 +0000 (02:34 +0000)
commit5295e3450578c3e5b90a54b82c85e3642f7bad2e
tree5d7ec466663a7b8bd6d6a98c4f3d96f913491a5e
parent403c176326e783616862d7819714eee4c4f3928d
2016-12-27  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/cppdiropts.texi, doc/cppwarnopts.texi:  New files, split from...
* doc/cppopts.texi: .... here.
* doc/cpp.texi (Invocation): Adjust includes.
* doc/invoke.texi (Option Summary): Add missing preprocesor-related
options.  Adjust sorting and formatting.
(Warning Options): Include cppwarnopts.texi.
(Preprocessor Options): Add pointers and list the specific
preprocessor options from cppopts.texi first instead of last.
(Directory Options): Move/merge documentation of -I, -iquote, and
-I- to cppdiropts.texi.  Include that file here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243954 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/cpp.texi
gcc/doc/cppdiropts.texi [new file with mode: 0644]
gcc/doc/cppopts.texi
gcc/doc/cppwarnopts.texi [new file with mode: 0644]
gcc/doc/invoke.texi