This is the mail archive of the gcc@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]

Two typoes in rtl.texi


Hello Maintainers,

I am reading <<gcc internal>> and found two typoes.  Here is a patch to 
fix them.  Is this the correct mail-list for this kind of patch.  Thanks.

Index: doc/rtl.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.82.2.3
diff -c -p -r1.82.2.3 rtl.texi
*** doc/rtl.texi	30 Jun 2005 06:36:32 -0000	1.82.2.3
--- doc/rtl.texi	11 Aug 2005 06:02:09 -0000
*************** wanted.  The written form of this is @co
*** 138,144 ****
  The various expression codes are divided into several @dfn{classes},
  which are represented by single characters.  You can determine the class
  of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}.
! Currently, @file{rtx.def} defines these classes:
  
  @table @code
  @item RTX_OBJ
--- 138,144 ----
  The various expression codes are divided into several @dfn{classes},
  which are represented by single characters.  You can determine the class
  of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}.
! Currently, @file{rtl.def} defines these classes:
  
  @table @code
  @item RTX_OBJ
*************** becomes another virtual start of the loo
*** 3121,3127 ****
  invariants.
  
  @findex NOTE_INSN_FUNCTION_BEG
! @item NOTE_INSN_FUNCTION_END
  Appears at the start of the function body, after the function
  prologue.
  
--- 3121,3127 ----
  invariants.
  
  @findex NOTE_INSN_FUNCTION_BEG
! @item NOTE_INSN_FUNCTION_BEG
  Appears at the start of the function body, after the function
  prologue.
  

Regards
- Wu Zhou


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