diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7774d98ec..ba6536f86 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
2008-10-12
+
+ [randy] - Added a patch to the Chapter 6 Binutils instructions
+ to correct some errors in the test suite.
+
[dj] - Corrected installation of udev rule files.
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 249739402..c9b94e053 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -218,6 +218,14 @@
&bash-fixes-patch;
+
+ &binutils-configure-patch;
+
+
+
+ &binutils-gcc-patch;
+
+
&coreutils-old-kernel-patch;
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index e60dad2ce..c0223c252 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -42,6 +42,14 @@
+
+ Binutils GCC 4.3 Patch - &binutils-gcc-patch-size;:
+
+ Download:
+ MD5 sum: &binutils-gcc-patch-md5;
+
+
+
Binutils Texinfo Version Patch - &binutils-configure-patch-size;:
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 0c7a9a216..aaebc6cce 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -61,6 +61,11 @@ Ask your system administrator to create more.
patch -Np1 -i ../&binutils-configure-patch;
+ Apply the following patch to prevent some failures when running the
+ the test suite:
+
+patch -Np1 -i ../&binutils-gcc-patch;
+
Suppress the installation of an outdated
standards.info file as a newer one is installed later
on in the Autoconf instructions:
diff --git a/patches.ent b/patches.ent
index 7357d248b..ee44e627e 100644
--- a/patches.ent
+++ b/patches.ent
@@ -15,6 +15,10 @@
+
+
+
+