aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 03:20:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 03:20:56 +0000
commit07312f6eec9cd6e0f5581bbf5720c8416cea70f2 (patch)
tree8462d9fd11463e443734d54ce18834154a95a1c8 /chapter01/changelog.xml
parentfddfb520822967ae5afc28c92c8f3ff862851a42 (diff)
Correct bootstrap explanation in gcc sections. Thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 01962f6d1..6aad91eee 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,12 @@
<para>2009-05-16</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update gcc instruction explanations.
+ Thanks to Chris Staub for the patch.
+ Fixes
+ <ulink url="&lfs-ticket-root;2363">#2363</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Add an explanation about using the barrier
option in fstab.
Fixes