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]

[PATCH] gcc optimization docs part 7


This follows on to http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01778.html

The related patches are still unreviewed.

Thanks
Jerry Quinn


Mon Sep 16 12:15:05 EDT 2002  Jerry Quinn <jlquinn@us.ibm.com>

  * doc/sourcebuild.texi (Back End): Note documentation of
    --fomit-frame-pointer targets.

Index: sourcebuild.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/sourcebuild.texi,v
retrieving revision 1.10
diff -c -r1.10 sourcebuild.texi
*** sourcebuild.texi	4 Sep 2002 16:09:30 -0000	1.10
--- sourcebuild.texi	16 Sep 2002 16:12:10 -0000
***************
*** 693,699 ****
  Documentation in @file{gcc/doc/invoke.texi} for any command-line
  options supported by this target (@pxref{Run-time Target, , Run-time
  Target Specification}).  This means both entries in the summary table
! of options and details of the individual options.
  @item
  Documentation in @file{gcc/doc/extend.texi} for any target-specific
  attributes supported (@pxref{Target Attributes, , Defining
--- 693,701 ----
  Documentation in @file{gcc/doc/invoke.texi} for any command-line
  options supported by this target (@pxref{Run-time Target, , Run-time
  Target Specification}).  This means both entries in the summary table
! of options and details of the individual options.  Documentation for
! @option{--fomit-frame-pointer} lists the targets that permit
! debugging without frame pointers.
  @item
  Documentation in @file{gcc/doc/extend.texi} for any target-specific
  attributes supported (@pxref{Target Attributes, , Defining


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