diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 99b4559c9..4212542d7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,16 @@
-->
+
+ 2015-02-23
+
+
+ [bdubbs] - Add a fix to glibc for 32-bit architectures. Fixes
+ #3755.
+
+
+
+
2015-02-22
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 445c0c6c1..7d98d9008 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -52,6 +52,12 @@
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
fi
+ Fix is regression in the package that affects 32-bit architectures:
+
+sed -e '/ia32/s/^/1:/' \
+ -e '/SSE2/s/^1://' \
+ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S
+
The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index a16ff6c58..3f87248c9 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,6 +68,12 @@
Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.
+ Fix is regression in the package that affects 32-bit architectures:
+
+sed -e '/ia32/s/^/1:/' \
+ -e '/SSE2/s/^1://' \
+ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S
+
The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:
diff --git a/general.ent b/general.ent
index bb14b4ede..cc531a343 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-
+
-
+