New dynamic linker name

Bo Thorsen bo@sonofthor.dk
Thu Sep 20 07:06:00 GMT 2001


The dynamic linker in glibc for x86-64 has been renamed to 
/lib64/ld-linux-x86-64.so.2. This patch should be installed when the change 
is effective.

Bo.

2001-09-20  Bo Thorsen  <bo@suse.co.uk>

	* config/i386/linux64.h (LINK_SPEC): Update ld name for the new glibc.

Index: config/i386/linux64.h
===================================================================
RCS file: /home/cvs/Repository/gcc/gcc/config/i386/linux64.h,v
retrieving revision 1.17
diff -u -r1.17 linux64.h
--- config/i386/linux64.h	2001/09/20 09:22:18	1.17
+++ config/i386/linux64.h	2001/09/20 12:49:33
@@ -115,7 +115,7 @@
     %{!ibcs: \
       %{!static: \
 	%{rdynamic:-export-dynamic} \
-	%{!dynamic-linker:-dynamic-linker /lib/ld64.so.1}} \
+	%{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}} \
 	%{static:-static}}}"
 
 #undef ASM_SPEC



More information about the Gcc mailing list