diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba6536f86..09683c267 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-12</para> <itemizedlist> <listitem> + <para>[randy] - Modified the GCC search for correct headers command + to account for the new include-fixed directory.</para> + </listitem> + <listitem> <para>[randy] - Added a patch to the Chapter 6 Binutils instructions to correct some errors in the test suite.</para> </listitem> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index bbf44decb..c0c36dc3e 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -160,7 +160,7 @@ cd ../gcc-build</userinput></screen> href="readjusting.xml" xpointer="xpointer(//*[@os='g'])"/> -<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen> +<screen><userinput>grep -B4 '^ /usr/include' dummy.log</userinput></screen> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" @@ -174,7 +174,7 @@ cd ../gcc-build</userinput></screen> <note><para>As of version 4.3.0, GCC now unconditionally installs the <filename>limits.h</filename> file into the private - <filename class="directory">fixed-includes</filename> directory, and that + <filename class="directory">include-fixed</filename> directory, and that directory is required to be in place.</para></note> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |