diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index dfba44eb3..776610b5f 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -256,7 +256,7 @@ readelf -l a.out | grep ': /tools'
In this case, the output shoud be:
-[Requesting program interpreter: /tools/lib/ld-linux-x32.so.2]
+[Requesting program interpreter: /tools/libx32/ld-linux-x32.so.2]
Note that the dynamic linker will be
/tools/lib/ld-linux.so.2 for 32-bit machines.