From: nemet Date: Fri, 13 May 2005 17:51:16 +0000 (+0000) Subject: * doc/invoke.texi (Debugging Options): Option X-Git-Tag: upstream/4.9.2~61225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d1ac65edecd3008cb9b8f90357dec889f3c4441;p=platform%2Fupstream%2Flinaro-gcc.git * doc/invoke.texi (Debugging Options): Option -fdump-translation-unit only works with C++ now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99673 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49b5306..755db83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-13 Adam Nemet + + * doc/invoke.texi (Debugging Options): Option + -fdump-translation-unit only works with C++ now. + 2005-05-13 Hans-Peter Nilsson Replace calls to abort in CRIS port. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d95b354..77c94e5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3787,8 +3787,8 @@ numbers and line number note output. This makes it more feasible to use diff on debugging dumps for compiler invocations with different options, in particular with and without @option{-g}. -@item -fdump-translation-unit @r{(C and C++ only)} -@itemx -fdump-translation-unit-@var{options} @r{(C and C++ only)} +@item -fdump-translation-unit @r{(C++ only)} +@itemx -fdump-translation-unit-@var{options} @r{(C++ only)} @opindex fdump-translation-unit Dump a representation of the tree structure for the entire translation unit to a file. The file name is made by appending @file{.tu} to the