166861Sadrian/* $NetBSD: nlist_elf64.c,v 1.4 2000/06/14 17:26:10 cgd Exp $ */
223675Speter
31558Srgrimes/*
466861Sadrian * Copyright (c) 1996 Christopher G. Demetriou
566861Sadrian * All rights reserved.
666861Sadrian *
774815Sru * Redistribution and use in source and binary forms, with or without
8124340Ssimon * modification, are permitted provided that the following conditions
9103398Sphk * are met:
10207141Sjeff * 1. Redistributions of source code must retain the above copyright
11163845Spjd *    notice, this list of conditions and the following disclaimer.
12163845Spjd * 2. Redistributions in binary form must reproduce the above copyright
13134597Sscottl *    notice, this list of conditions and the following disclaimer in the
14172236Srodrigc *    documentation and/or other materials provided with the distribution.
1587325Sobrien * 3. All advertising materials mentioning features or use of this software
16172236Srodrigc *    must display the following acknowledgement:
171558Srgrimes *          This product includes software developed for the
181558Srgrimes *          NetBSD Project.  See http://www.NetBSD.org/ for
19 *          information about NetBSD.
20 * 4. The name of the author may not be used to endorse or promote products
21 *    derived from this software without specific prior written permission.
22 *
23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
27 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 *
34 * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
35 */
36
37#include <sys/cdefs.h>
38#ifndef lint
39__IDSTRING(e64rcsid,
40    "$NetBSD: nlist_elf64.c,v 1.4 2000/06/14 17:26:10 cgd Exp $");
41#endif /* not lint */
42
43#define	ELFSIZE		64
44
45#include "nlist_elf32.c"
46