1251881Speter/*	$NetBSD$	*/
2251881Speter
3251881Speter/*
4251881Speter * Copyright (c) 1996 Christopher G. Demetriou
5251881Speter * All rights reserved.
6251881Speter *
7251881Speter * Redistribution and use in source and binary forms, with or without
8251881Speter * modification, are permitted provided that the following conditions
9251881Speter * are met:
10251881Speter * 1. Redistributions of source code must retain the above copyright
11251881Speter *    notice, this list of conditions and the following disclaimer.
12251881Speter * 2. Redistributions in binary form must reproduce the above copyright
13251881Speter *    notice, this list of conditions and the following disclaimer in the
14251881Speter *    documentation and/or other materials provided with the distribution.
15251881Speter * 3. All advertising materials mentioning features or use of this software
16251881Speter *    must display the following acknowledgement:
17251881Speter *          This product includes software developed for the
18251881Speter *          NetBSD Project.  See http://www.NetBSD.org/ for
19251881Speter *          information about NetBSD.
20251881Speter * 4. The name of the author may not be used to endorse or promote products
21251881Speter *    derived from this software without specific prior written permission.
22251881Speter *
23251881Speter * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24251881Speter * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25251881Speter * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26251881Speter * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
27251881Speter * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28251881Speter * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29251881Speter * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30251881Speter * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31251881Speter * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32251881Speter * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33251881Speter *
34251881Speter * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
35251881Speter */
36251881Speter
37251881Speter#include <sys/cdefs.h>
38251881Speter#if !defined(lint)
39251881Speter__RCSID("$NetBSD$");
40251881Speter#endif /* not lint */
41251881Speter
42251881Speter#define	ELFSIZE		64
43251881Speter
44251881Speter#include "elf32.c"
45251881Speter