1*d51e9074Sab /*
2*d51e9074Sab  * CDDL HEADER START
3*d51e9074Sab  *
4*d51e9074Sab  * The contents of this file are subject to the terms of the
5*d51e9074Sab  * Common Development and Distribution License (the "License").
6*d51e9074Sab  * You may not use this file except in compliance with the License.
7*d51e9074Sab  *
8*d51e9074Sab  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*d51e9074Sab  * or http://www.opensolaris.org/os/licensing.
10*d51e9074Sab  * See the License for the specific language governing permissions
11*d51e9074Sab  * and limitations under the License.
12*d51e9074Sab  *
13*d51e9074Sab  * When distributing Covered Code, include this CDDL HEADER in each
14*d51e9074Sab  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*d51e9074Sab  * If applicable, add the following below this CDDL HEADER, with the
16*d51e9074Sab  * fields enclosed by brackets "[]" replaced with your own identifying
17*d51e9074Sab  * information: Portions Copyright [yyyy] [name of copyright owner]
18*d51e9074Sab  *
19*d51e9074Sab  * CDDL HEADER END
20*d51e9074Sab  */
21*d51e9074Sab 
22*d51e9074Sab /*
23*d51e9074Sab  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*d51e9074Sab  * Use is subject to license terms.
25*d51e9074Sab  */
26*d51e9074Sab 
27*d51e9074Sab /*
28*d51e9074Sab  * Defining _ELF64 causes the code in Psymtab_machelf32.c to generate
29*d51e9074Sab  * the ELFCLASS64 version of the code contained in that file.
30*d51e9074Sab  */
31*d51e9074Sab #define	_ELF64
32*d51e9074Sab #include "Psymtab_machelf32.c"
33