From ab824a51d13c040d84de02c6ac13feb085cb4dd4 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 11 Feb 2022 18:29:12 +0100 Subject: Fix a missing space --- part3intro/toolchaintechnotes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'part3intro/toolchaintechnotes.xml') diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index c8abc98bc..93f27f267 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -166,7 +166,7 @@ provided by Glibc finds and loads the shared libraries needed by a program, prepares the program to run, and then runs it. The name of the dynamic linker for a 32-bit Intel machine is ld-linux.so.2 and isld-linux.so.2 and is ld-linux-x86-64.so.2 for 64-bit systems. A sure-fire way to determine the name of the dynamic linker is to inspect a random binary from the host system by running: readelf -l -- cgit v1.2.3-54-g00ecf