Explorar el Código

chapter05: Minor fixes in glibc instruction

Translate "force-unwind", and use a cross reference instead of "the
section after next".
Xi Ruoyao hace 7 años
padre
commit
cbcecb22be
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      chapter05/glibc.xml

+ 4 - 4
chapter05/glibc.xml

@@ -112,11 +112,11 @@ cd       build</userinput></screen>
 		  support is available without it having to run the test.</para-->
 	      <para>在 <xref linkend="ch-tools-binutils-pass1"/>
 			  中安装的链接器是交叉链接器,在 Glibc 安装前不能正常使用。
-			  这导致对于 force-unwind 特性的配置检查失败,
+			  这导致对于强制栈展开特性的配置检查失败,
 			  因为该检查需要正常工作的链接器。
 			  libc_cv_forced_unwind=yes 变量被传递给
-			  <command>configure</command> 脚本,从而表明 force-unwind
-			  支持是可用的,不需要进行测试。</para>
+			  <command>configure</command> 脚本,
+			  从而表明强制栈展开支持是可用的,不需要进行测试。</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -215,7 +215,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
   additional check that the toolchain has been built properly. If Binutils
   fails to build, it is an indication that something has gone wrong with the
   previous Binutils, GCC, or Glibc installations.</para-->
-	  <para>在下一节之后,构建 Binutils
+	  <para>在 <xref linkend="ch-tools-binutils-pass2"/> 中,构建 Binutils
 		  能够对工具链是否正常构建进行额外检查。如果 Binutils 不能构建,
 		  说明在之前安装 Binutils 、GCC 或者 Glibc 时出了问题。
 	  </para>