diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-03-11 05:48:22 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-03-11 05:48:22 +0000 |
commit | a05450f636226f4e5d4ec45af6c05366b3be8373 (patch) | |
tree | da604d049646ae3a953f8897c90abfbaccec4cce /chapter01 | |
parent | ac116469f2b9810cc8f615065687e863ed769190 (diff) |
Fix description of commands in gcc pass1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 62791290d..3a08694e6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,17 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-03-11</para> + <itemizedlist> + <listitem> + <para>[dj] - Fix description of modifications to + <filename>gcc/config/{linux,i386/linux{,64}}.h</filename> in + <application>gcc</application> pass 1.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-03-08</para> <itemizedlist> <listitem> |