Browse Source

Update URL for GCC test results to account for new Glibc.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 21 years ago
parent
commit
e5888f5860
1 changed files with 3 additions and 3 deletions
  1. 3 3
      chapter05/gcc-pass2.xml

+ 3 - 3
chapter05/gcc-pass2.xml

@@ -133,20 +133,20 @@ a summary of the test suite results, run this:</para>
 <para>You can compare your results to those posted to the gcc-testresults
 mailing list for similar configurations to your own. For an example of how
 current GCC-&gcc-version; should look on i686-pc-linux-gnu, see
-<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00803.html"/>.</para>
+<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00826.html"/>.</para>
 
 <para>Note that the results contain:</para>
 
 <screen>* 1 XPASS (unexpected pass) for g++
 * 1 FAIL (unexpected failure) for gcc
-* 26 XPASS's for libstdc++</screen>
+* 24 XPASS's for libstdc++</screen>
  
 <para>The unexpected pass for g++ is due to the use of
 <userinput>--enable-__cxa_atexit</userinput>. Apparently not all platforms
 supported by GCC have support for "__cxa_atexit" in their C libraries, so this
 test is not always expected to pass.</para>
 
-<para>The 26 unexpected passes for libstdc++ are due to the use of
+<para>The 24 unexpected passes for libstdc++ are due to the use of
 <userinput>--enable-clocale=gnu</userinput>, which is the correct choice on
 Glibc-based systems of versions 2.2.5 and above. The underlying locale support
 in the GNU C library is superior to that of the otherwise selected "generic"