Explorar el Código

Translate the change of r11457

Xi Ruoyao hace 7 años
padre
commit
b6eda222b0
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 1 1
      chapter01/changelog.xml
  2. 2 3
      chapter06/gcc.xml

+ 1 - 1
chapter01/changelog.xml

@@ -45,7 +45,7 @@
       <para>2018-08-25</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Disable deprecated mpx code in gcc.</para>
+          <para>[bdubbs] - 禁用 gcc 中过时的 mpx 代码。</para>
         </listitem>
       </itemizedlist>
     </listitem>

+ 2 - 3
chapter06/gcc.xml

@@ -91,9 +91,8 @@ cd       build</userinput></screen>
       <varlistentry>
         <term><parameter>--disable-libmpx</parameter></term>
         <listitem>
-          <para>This switch tells GCC to not build mpx (Memory Protection
-          Extensions) that can cause problems on some processors. It has
-          been removed from the next version of gcc.</para>
+          <para>这个开关告诉 GCC 不要构建 mpx (内存保护扩展),
+          它在一些处理器上会导致问题,且在下一个 GCC 版本中已被移除。</para>
         </listitem>
       </varlistentry>