[Glibc-bsd-commits] r1835 - in trunk: glibc-2.3-head/sysdeps/kfreebsd/x86_64 glibc-ports/kfreebsd/x86_64

Aurelien Jarno aurel32 at alioth.debian.org
Thu Jan 4 02:23:00 CET 2007


Author: aurel32
Date: 2007-01-04 02:23:00 +0100 (Thu, 04 Jan 2007)
New Revision: 1835

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h
   trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h
Log:
... and add support for amd64 loader.


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h	2007-01-04 01:20:57 UTC (rev 1834)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h	2007-01-04 01:23:00 UTC (rev 1835)
@@ -20,6 +20,7 @@
 
 #define SYSDEP_KNOWN_INTERPRETER_NAMES \
   { "/lib/ld.so.1", FLAG_ELF_LIBC6 },				\
+  { "/lib64/ld-kfreebsd-x86-64.so.1", FLAG_ELF_LIBC6 },		\
   { "/libexec/ld-elf.so.1", FLAG_ELF_LIBC5 },
 
 #define SYSDEP_KNOWN_LIBRARY_NAMES \

Modified: trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h	2007-01-04 01:20:57 UTC (rev 1834)
+++ trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h	2007-01-04 01:23:00 UTC (rev 1835)
@@ -20,8 +20,8 @@
 
 #define SYSDEP_KNOWN_INTERPRETER_NAMES \
   { "/lib/ld.so.1", FLAG_ELF_LIBC6 },				\
+  { "/lib64/ld-kfreebsd-x86-64.so.1", FLAG_ELF_LIBC6 },		\
   { "/libexec/ld-elf.so.1", FLAG_ELF_LIBC5 },
-
 #define SYSDEP_KNOWN_LIBRARY_NAMES \
   { "libc.so.6", FLAG_ELF_LIBC6 },		/* temporary */	\
   { "libm.so.6", FLAG_ELF_LIBC6 },		/* temporary */	\




More information about the Glibc-bsd-commits mailing list