[hellogcc] Re: [gccint-zh] Sync gccint-zh to FSF gcc doc r170935

  • From: Yao Qi <qiyaoltc@xxxxxxxxx>
  • To: hellogcc@xxxxxxxxxxxxx
  • Date: Wed, 5 Oct 2011 10:58:16 +0800

On Tue, Oct 04, 2011 at 09:47:33AM +0800, Yao Qi wrote:
> Hi, here is the patch of gcc/doc between r170041 and r170935.  I'll
> manually apply it to our trunk and 4.6 branch.

Applied to trunk and 4.6.

-- 
Yao Qi <qiyaoltc AT gmail DOT com>

It's all in the mind, ya know.

Index: sourcebuild.texi
===================================================================
--- sourcebuild.texi    (revision 374)
+++ sourcebuild.texi    (working copy)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
+@c Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
 @c Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
@@ -2314,6 +2314,9 @@
 @item dg-require-alias ""
 Skip the test if the target does not support the @samp{alias} attribute.
 
+@item dg-require-ascii-locale ""
+Skip the test if the host does not support an ASCII locale.
+
 @item dg-require-compat-dfp ""
 Skip this test unless both compilers in a @file{compat} testsuite
 support decimal floating point.
Index: cfg.texi
===================================================================
--- cfg.texi    (revision 374)
+++ cfg.texi    (working copy)
@@ -657,8 +657,7 @@
 @en In the RTL representation, the macros @code{BB_HEAD} and @code{BB_END}
 @en may be used to get the head and end @code{rtx} of a basic block.  No
 @en abstract iterators are defined for traversing the insn chain, but you
-@en can just use @code{NEXT_INSN} and @code{PREV_INSN} instead.  See
-@en @xref{Insns}.
+@en can just use @code{NEXT_INSN} and @code{PREV_INSN} instead.  @xref{Insns}.
 
在RTL表示里,宏@code{BB_HEAD}和@code{BB_END}可以用来获得基本块的起始@code{rtx}和结束@code{rtx}。没有抽象迭代器被定义用来遍历insn链,不过可以使用@code{NEXT_INSN}和@code{PREV_INSN}替代。@xref{Insns}。
 
 @findex purge_dead_edges
Index: gccint.texi
===================================================================
--- gccint.texi (revision 374)
+++ gccint.texi (working copy)
@@ -100,7 +100,7 @@
 @en version @value{version-GCC}.  The use of the GNU compilers is documented 
in a
 @en separate manual.  @xref{Top,, Introduction, gcc, Using the GNU
 @en Compiler Collection (GCC)}.
-本手册介绍了GNU编译器的内部实现,包括怎样移植到新的目标机上,以及一些如何为新语言编写前端的信息。手册基于编译器(GCC)版本4.6.0(revision 
170041)。GNU编译器的使用方法在另一个手册中介绍,@xref{Top,, Introduction, gcc, Using the GNU 
Compiler Collection (GCC)}。
+本手册介绍了GNU编译器的内部实现,包括怎样移植到新的目标机上,以及一些如何为新语言编写前端的信息。手册基于编译器(GCC)版本4.6.0(revision 
170935)。GNU编译器的使用方法在另一个手册中介绍,@xref{Top,, Introduction, gcc, Using the GNU 
Compiler Collection (GCC)}。
 
 @en This manual is mainly a reference manual rather than a tutorial.  It
 @en discusses how to contribute to GCC (@pxref{Contributing}), the


Other related posts: