diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 62791290d..3a08694e6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-03-11 + + + [dj] - Fix description of modifications to + gcc/config/{linux,i386/linux{,64}}.h in + gcc pass 1. + + + + 2017-03-08 diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index e7b324e19..aa3632481 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -82,10 +82,9 @@ do done In case the above seems hard to follow, let's break it down a bit. - First we find all the files under the gcc/config directory that are named either - linux.h, linux64.h or - sysv4.h. For each file found, we copy it to a file of + First we copy the files gcc/config/linux.h, + gcc/config/i386/linux.h, and + gcc/config/i368/linux64.h. to a file of the same name but with an added suffix of .orig. Then the first sed expression prepends /tools to every instance of /lib/ld, /lib64/ld or diff --git a/general.ent b/general.ent index ee04b7e5b..c6a809503 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +