diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index daa8fc217..4c71153fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2015-04-26 + + + [bdubbs] - Updated to tzdata-2015d. Fixes + #3780. + + + + 2015-04-24 diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index ab0fde85a..7616b30ac 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,17 +40,7 @@ Installation of GCC - The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: @@ -121,10 +111,8 @@ cd ../gcc-build url="&test-results;"/> and . A few unexpected failures cannot always be avoided. The GCC developers - are usually aware of these issues, but have not resolved them yet. + are usually aware of these issues, but have not resolved them yet. + In particular, four tests in the libgomp test suite are known to fail. Unless the test results are vastly different from those at the above URL, it is safe to continue. diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 98b364f7f..6663d3ea1 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -118,6 +118,11 @@ cd ../glibc-build + + posix/tst-getaddrinfo4 will always fail + due to not having a network connection when the tests are run. + + The tst/tst-cputimer1 and rt/tst-cpuclock2 tests have been known to @@ -139,10 +144,6 @@ cd ../glibc-build make -k check). --> - - posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 will always fail - due to not having a network connection when the tests are run. -