Use NLIST_ELF64 for x86-64.

This commit is contained in:
fvdl 2002-06-05 19:39:15 +00:00
parent 0fc3b521af
commit d06e65a248
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: extern.h,v 1.15 2002/04/16 18:36:08 msaitoh Exp $ */
/* $NetBSD: extern.h,v 1.16 2002/06/05 19:39:15 fvdl Exp $ */
/*-
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -39,6 +39,8 @@
#if defined(__alpha__)
# define NLIST_ECOFF
# define NLIST_ELF64
#elif defined(__x86_64)
# define NLIST_ELF64
#elif defined(__mips__)
# define NLIST_AOUT
# define NLIST_ECOFF