aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjusting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r--chapter06/adjusting.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml
index b8cd5b530..1231c2ca8 100644
--- a/chapter06/adjusting.xml
+++ b/chapter06/adjusting.xml
@@ -52,8 +52,9 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
<screen os="c"><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
- <para>Note that <filename class="directory">/lib</filename> is now
- the prefix of our dynamic linker.</para>
+ <para>Note that on 64-bit systems <filename class="directory">/lib</filename> is
+ the location of our dynamic linker, but is accessed via a symbolic link
+ in /lib64.</para>
<note><para>On 32-bit systems the interpreter should be
/lib/ld-linux.so.2.</para></note>