diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5925585af..6b14ead31 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. --> + + 2018-02-26 + + + [bdubbs] - Fix references to both 32-bit and + 64-bit systems to list 64-bit examples first. Fixes + #4225. + + + + 2018-02-14 diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 82d2eb552..1ecdce9da 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -197,11 +197,10 @@ readelf -l a.out | grep ': /tools' If everything is working correctly, there should be no errors, and the output of the last command will be of the form: -[Requesting program interpreter: /tools/lib/ld-linux.so.2] +[Requesting program interpreter: /tools/lib64/ld-linux.so.2] - Note that /tools/lib, or - /tools/lib64 for 64-bit machines - appears as the prefix of the dynamic linker. + Note that /tools/lib wiil + be the prefix of the dynamic linker for 32-bit machines. If the output is not shown as above or there was no output at all, then something is wrong. Investigate and retrace the steps to find out diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 8002fae35..09636a1e3 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -159,10 +159,10 @@ readelf -l a.out | grep ': /tools' If everything is working correctly, there should be no errors, and the output of the last command will be of the form: -[Requesting program interpreter: /tools/lib/ld-linux.so.2] +[Requesting program interpreter: /tools/lib64/ld-linux-x86-64.so.2] - Note that for 64-bit machines, the interpreter name will be - /tools/lib64/ld-linux-x86-64.so.2. + Note that for 32-bit machines, the interpreter name will be + /tools/lib/ld-linux.so.2. If the output is not shown as above or there was no output at all, then something is wrong. Investigate and retrace the steps to find out diff --git a/general.ent b/general.ent index ccab51d86..8c8e7acaf 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 50178a52a..8ded2250c 100644 --- a/packages.ent +++ b/packages.ent @@ -618,7 +618,7 @@ - +