[Glibc-bsd-commits] r3603 - in trunk/glibc-ports/kfreebsd: bits i386/bits mips/elf x86_64/bits

Petr Salinger ps-guest at alioth.debian.org
Sun Jul 17 09:26:13 UTC 2011


Author: ps-guest
Date: 2011-07-17 09:26:13 +0000 (Sun, 17 Jul 2011)
New Revision: 3603

Added:
   trunk/glibc-ports/kfreebsd/bits/elf.h
Removed:
   trunk/glibc-ports/kfreebsd/i386/bits/elf.h
   trunk/glibc-ports/kfreebsd/mips/elf/elf.h
   trunk/glibc-ports/kfreebsd/x86_64/bits/elf.h
Log:
<bits/elf.h> can be common



Copied: trunk/glibc-ports/kfreebsd/bits/elf.h (from rev 3602, trunk/glibc-ports/kfreebsd/i386/bits/elf.h)
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/elf.h	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/bits/elf.h	2011-07-17 09:26:13 UTC (rev 3603)
@@ -0,0 +1,37 @@
+/* This file defines standard ELF types, structures, and macros.
+   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
+	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.  */
+
+#ifndef _BITS_ELF_H
+#define _BITS_ELF_H
+
+__BEGIN_DECLS
+
+#define	AT_EXECPATH	15	/* Path to the executable. */
+#define	AT_CANARY	16	/* Canary for SSP. */
+#define	AT_CANARYLEN	17	/* Length of the canary. */
+#define	AT_OSRELDATE	18	/* OSRELDATE. */
+#define	AT_NCPUS	19	/* Number of CPUs. */
+#define	AT_PAGESIZES	20	/* Pagesizes. */
+#define	AT_PAGESIZESLEN	21	/* Number of pagesizes. */
+#define	AT_STACKPROT	23	/* Initial stack protection. */
+
+__END_DECLS
+
+#endif	/* elf.h */

Deleted: trunk/glibc-ports/kfreebsd/i386/bits/elf.h
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/bits/elf.h	2011-07-17 08:40:35 UTC (rev 3602)
+++ trunk/glibc-ports/kfreebsd/i386/bits/elf.h	2011-07-17 09:26:13 UTC (rev 3603)
@@ -1,38 +0,0 @@
-/* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
-	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.  */
-
-#ifndef _BITS_ELF_H
-#define _BITS_ELF_H
-
-__BEGIN_DECLS
-
-#define	AT_EXECPATH	15	/* Path to the executable. */
-#define	AT_CANARY	16	/* Canary for SSP. */
-#define	AT_CANARYLEN	17	/* Length of the canary. */
-#define	AT_OSRELDATE	18	/* OSRELDATE. */
-#define	AT_NCPUS	19	/* Number of CPUs. */
-#define	AT_PAGESIZES	20	/* Pagesizes. */
-#define	AT_PAGESIZESLEN	21	/* Number of pagesizes. */
-#define	AT_STACKPROT	23	/* Initial stack protection. */
-#define	AT_COUNT	24	/* Count of defined aux entry types. */
-
-__END_DECLS
-
-#endif	/* elf.h */

Deleted: trunk/glibc-ports/kfreebsd/mips/elf/elf.h
===================================================================
--- trunk/glibc-ports/kfreebsd/mips/elf/elf.h	2011-07-17 08:40:35 UTC (rev 3602)
+++ trunk/glibc-ports/kfreebsd/mips/elf/elf.h	2011-07-17 09:26:13 UTC (rev 3603)
@@ -1,39 +0,0 @@
-/* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
-	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.  */
-
-#ifndef _ELF_H
-
-#include_next <elf/elf.h>
-
-__BEGIN_DECLS
-
-#define	AT_EXECPATH	15	/* Path to the executable. */
-#define	AT_CANARY	16	/* Canary for SSP */
-#define	AT_CANARYLEN	17	/* Length of the canary. */
-#define	AT_OSRELDATE	18	/* OSRELDATE. */
-#define	AT_NCPUS	19	/* Number of CPUs. */
-#define	AT_PAGESIZES	20	/* Pagesizes. */
-#define	AT_PAGESIZESLEN	21	/* Number of pagesizes. */
-#define	AT_STACKPROT	23	/* Initial stack protection. */
-#define	AT_COUNT	24	/* Count of defined aux entry types. */
-
-__END_DECLS
-
-#endif	/* elf.h */

Deleted: trunk/glibc-ports/kfreebsd/x86_64/bits/elf.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/bits/elf.h	2011-07-17 08:40:35 UTC (rev 3602)
+++ trunk/glibc-ports/kfreebsd/x86_64/bits/elf.h	2011-07-17 09:26:13 UTC (rev 3603)
@@ -1,38 +0,0 @@
-/* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
-	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.  */
-
-#ifndef _BITS_ELF_H
-#define _BITS_ELF_H
-
-__BEGIN_DECLS
-
-#define	AT_EXECPATH	15	/* Path to the executable. */
-#define	AT_CANARY	16	/* Canary for SSP. */
-#define	AT_CANARYLEN	17	/* Length of the canary. */
-#define	AT_OSRELDATE	18	/* OSRELDATE. */
-#define	AT_NCPUS	19	/* Number of CPUs. */
-#define	AT_PAGESIZES	20	/* Pagesizes. */
-#define	AT_PAGESIZESLEN	21	/* Number of pagesizes. */
-#define	AT_STACKPROT	23	/* Initial stack protection. */
-#define	AT_COUNT	24	/* Count of defined aux entry types. */
-
-__END_DECLS
-
-#endif	/* elf.h */




More information about the Glibc-bsd-commits mailing list