diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c7ad12f8d..4a4119d75 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+
+ 2019-02-01
+
+
+ [bdubbs] - Update to binutils-2.32. Fixes
+ #4417.
+
+
+
+
2019-02-01
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index af604e274..42d6ec827 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -44,9 +44,9 @@
-
+
Bison-&bison-version;
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 872cb05e3..ec6d10d1f 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -151,7 +151,11 @@ unset GCC_INCDIR
Generally a few tests do not pass. The test failures listed below
are usually safe to ignore.
-ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
+case $(uname -m) in
+ i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;;
+ x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
+esac
+
make check
The symbolic link above is needed to run the tests at this
@@ -186,10 +190,11 @@ make check
- The rt/tst-cputimer{1,2,3}
- tests have been known to
- fail. The reason is not completely understood, but indications are
- that minor timing issues can trigger these failures.
+ The rt/tst-cputimer{1,2,3} tests depend on
+ the host system kernel. Kernels 4.14.91–4.14.96,
+ 4.19.13–4.19.18, and 4.20.0–4.20.5 are known to
+ casue these tests to fail.
+
diff --git a/general.ent b/general.ent
index fa787b6f1..bddfb71c8 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-
+
-
+
-
+
diff --git a/packages.ent b/packages.ent
index 98cbd3ee7..b35e231ff 100644
--- a/packages.ent
+++ b/packages.ent
@@ -58,10 +58,10 @@
-
-
+
+
-
+