Parcourir la source

Modify gcc test note for Intel chips with MPX support that do NOT have it enabled in the kernel (most host systems)

was r11438.
Douglas R. Reno il y a 7 ans
Parent
commit
b8e8a6c56f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      chapter06/gcc.xml

+ 4 - 1
chapter06/gcc.xml

@@ -142,10 +142,13 @@ cd       build</userinput></screen>
       there may be more than 1100 failures in the gcc.target/i386/mpx
       tests (which are designed to test the MPX option on recent
       Intel processors). These can safely be ignored on AMD
-	  processors.-->
+      processors. These tests will also fail on Intel processors if MPX support
+	  is not enabled in the kernel even though it is present on the CPU.-->
 	  在某些 AMD 处理器上,一些特定的内核配置可以导致 gcc.target/i386/mpx
 	  中的 1100 多个测试失败(它们被设计为在较新的 Intel 处理器上测试 MPX
 	  选项)。在 AMD 处理器上可以安全地忽略这些失败。
+	  另外,如果在内核配置中没有启用 MPX,即使在支持 MPX 的 Intel CPU 上,
+	  这些测试也会失败。
     </para></note>
 
     <para>安装该软件包:</para>