This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Texinfo documentation improvements


On Mon, 1 Nov 2004, Di-an JAN wrote:
> 2004-11-01  Di-an Jan  <dianj@freeshell.org>
> 
> 	* doc/contrib.texi (Tim Josling): Remove nesting quotation marks.
> 	* doc/invoke.texi (-no-integrated-cpp, spec): Use @file for cc1, etc.
> 	(-no-integrated-cpp): Spell out cpp.  Comment out note predicated on
> 	merging cc1, cc1plus, and cc1obj.
> 	* doc/passes.texi (Pass Manager): Correct list of source files.
> 	* doc/sourcebuild.texi (configure.frag): Remove.
> 	* doc/tm.texi (THREAD_MODEL_SPEC): Mark up command.
> 	(TARGET_SWITCHES, TARGET_OPTIONS): Correctly describe adding -m.

Unfortuantely, you patches do not seem to apply cleanly, perhaps due to
some whitespace or wrapping issue.  

I manually applied the following patch

  2004-11-27  Di-an Jan  <dianj@freeshell.org>

        * doc/contrib.texi (Tim Josling): Remove nesting quotation marks.

and recommend to resend, ideally in smaller pieces, the other changes.

Gerald


PS: Steven, would you mind doing me a favor and review/possibly apply
the following hunk of the original patch?  (ChangeLog is above.)

Index: gcc/doc/passes.texi
===================================================================
RCS file: /e/cvs/gcc/gcc/doc/passes.texi,v
retrieving revision 1.2
diff -c -3 -F@node -r1.2 passes.texi
*** gcc/doc/passes.texi	30 Oct 2004 20:58:24 -0000	1.2
--- gcc/doc/passes.texi	30 Oct 2004 21:58:56 -0000
*************** @node Gimplification pass
*** 146,152 ****
  @node Pass manager
  @section Pass manager
 
! The pass manager is located in @file{passes.c} and @file{passes.h}.
  Its job is to run all of the individual passes in the correct order,
  and take care of standard bookkeeping that applies to every pass.

--- 146,153 ----
  @node Pass manager
  @section Pass manager

! The pass manager is located in @file{passes.c}, @file{tree-optimize.c}
! and @file{tree-pass.h}.
  Its job is to run all of the individual passes in the correct order,
  and take care of standard bookkeeping that applies to every pass.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]