xref: /netbsd-src/sys/compat/linux/common/linux_exec_elf64.c (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: linux_exec_elf64.c,v 1.3 2008/04/28 20:23:43 martin Exp $	*/
2f7ac1bd3Serh 
3f7ac1bd3Serh /*-
4f7ac1bd3Serh  * Copyright (c) 1998 The NetBSD Foundation, Inc.
5f7ac1bd3Serh  * All rights reserved.
6f7ac1bd3Serh  *
7f7ac1bd3Serh  * This code is derived from software contributed to The NetBSD Foundation
8f7ac1bd3Serh  * by Eric Haszlakiewicz and Thor Lancelot Simon.
9f7ac1bd3Serh  *
10f7ac1bd3Serh  * Redistribution and use in source and binary forms, with or without
11f7ac1bd3Serh  * modification, are permitted provided that the following conditions
12f7ac1bd3Serh  * are met:
13f7ac1bd3Serh  * 1. Redistributions of source code must retain the above copyright
14f7ac1bd3Serh  *    notice, this list of conditions and the following disclaimer.
15f7ac1bd3Serh  * 2. Redistributions in binary form must reproduce the above copyright
16f7ac1bd3Serh  *    notice, this list of conditions and the following disclaimer in the
17f7ac1bd3Serh  *    documentation and/or other materials provided with the distribution.
18f7ac1bd3Serh  *
19f7ac1bd3Serh  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20f7ac1bd3Serh  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21f7ac1bd3Serh  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22f7ac1bd3Serh  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23f7ac1bd3Serh  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24f7ac1bd3Serh  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25f7ac1bd3Serh  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26f7ac1bd3Serh  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27f7ac1bd3Serh  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28f7ac1bd3Serh  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29f7ac1bd3Serh  * POSSIBILITY OF SUCH DAMAGE.
30f7ac1bd3Serh  */
31f7ac1bd3Serh 
32dab6ef8bSlukem #include <sys/cdefs.h>
33*ce099b40Smartin __KERNEL_RCSID(1, "$NetBSD: linux_exec_elf64.c,v 1.3 2008/04/28 20:23:43 martin Exp $");
34dab6ef8bSlukem 
35f7ac1bd3Serh #define ELFSIZE 64
36f7ac1bd3Serh 
37f7ac1bd3Serh #include "linux_exec_elf32.c"
38