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

Aurelien Jarno aurel32 at alioth.debian.org
Thu Jan 4 02:20:57 CET 2007


Author: aurel32
Date: 2007-01-04 02:20:57 +0100 (Thu, 04 Jan 2007)
New Revision: 1834

Added:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/ldconfig.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h
   trunk/glibc-ports/kfreebsd/i386/ldconfig.h
   trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h
Removed:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h
   trunk/glibc-ports/kfreebsd/ldconfig.h
Log:
... make it arch specific ...


Copied: trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/ldconfig.h (from rev 1833, trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h)

Deleted: trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h	2007-01-04 01:19:24 UTC (rev 1833)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h	2007-01-04 01:20:57 UTC (rev 1834)
@@ -1,31 +0,0 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
-
-#include <sysdeps/generic/ldconfig.h>
-
-#define SYSDEP_KNOWN_INTERPRETER_NAMES \
-  { "/lib/ld.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 */	\
-  { "libc.so.4", FLAG_ELF_LIBC5 },				\
-  { "libm.so.4", FLAG_ELF_LIBC5 },				\
-  { "libc.so.5", FLAG_ELF_LIBC5 },				\
-  { "libm.so.5", FLAG_ELF_LIBC5 },

Copied: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/ldconfig.h (from rev 1833, trunk/glibc-2.3-head/sysdeps/kfreebsd/ldconfig.h)

Copied: trunk/glibc-ports/kfreebsd/i386/ldconfig.h (from rev 1833, trunk/glibc-ports/kfreebsd/ldconfig.h)

Deleted: trunk/glibc-ports/kfreebsd/ldconfig.h
===================================================================
--- trunk/glibc-ports/kfreebsd/ldconfig.h	2007-01-04 01:19:24 UTC (rev 1833)
+++ trunk/glibc-ports/kfreebsd/ldconfig.h	2007-01-04 01:20:57 UTC (rev 1834)
@@ -1,31 +0,0 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
-
-#include <sysdeps/generic/ldconfig.h>
-
-#define SYSDEP_KNOWN_INTERPRETER_NAMES \
-  { "/lib/ld.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 */	\
-  { "libc.so.4", FLAG_ELF_LIBC5 },				\
-  { "libm.so.4", FLAG_ELF_LIBC5 },				\
-  { "libc.so.5", FLAG_ELF_LIBC5 },				\
-  { "libm.so.5", FLAG_ELF_LIBC5 },

Copied: trunk/glibc-ports/kfreebsd/x86_64/ldconfig.h (from rev 1833, trunk/glibc-ports/kfreebsd/ldconfig.h)




More information about the Glibc-bsd-commits mailing list