소스 검색

Translate the change of r11457

Xi Ruoyao 7 년 전
부모
커밋
b6eda222b0
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  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>