aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml16
-rw-r--r--chapter06/glibc.xml5
-rw-r--r--general.ent4
3 files changed, 21 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 29568b18a..98ed99345 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,12 +37,24 @@
-->
<listitem>
+ <para>2011-01-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] Add a sed that modifies incorrect defines in
+ glibc. Thanks to Bryan Kadzban for identifying the proper fix.
+ Fixes
+ <ulink url="&lfs-ticket-root;2820">#2820</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-01-25</para>
<itemizedlist>
<listitem>
<para>[bdubbs] Add a note about optionally building
popt before pkg-config. Fixes
- <ulink url="&lfs-ticket-root;2821">#2781</ulink>.</para>
+ <ulink url="&lfs-ticket-root;2781">#2781</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
@@ -52,7 +64,7 @@
<itemizedlist>
<listitem>
<para>[bdubbs] Move chroot man page to man8. Fixes
- <ulink url="&lfs-ticket-root;2823">#2782</ulink>.</para>
+ <ulink url="&lfs-ticket-root;2782">#2782</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 693d0d993..8c4721020 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -96,6 +96,11 @@ unset DL</userinput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
+ <para>Fix a stack imbalance that occurs under some conditions:</para>
+
+<screen><userinput remap="pre">sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \
+nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/general.ent b/general.ent
index 6d327df50..da2c72006 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110125">
-<!ENTITY releasedate "January 25, 2011">
+<!ENTITY version "SVN-20110127">
+<!ENTITY releasedate "January 27, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->