Use NLIST_ELF64 for x86-64.
This commit is contained in:
parent
0fc3b521af
commit
d06e65a248
|
@ -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.
|
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
||||||
|
@ -39,6 +39,8 @@
|
||||||
#if defined(__alpha__)
|
#if defined(__alpha__)
|
||||||
# define NLIST_ECOFF
|
# define NLIST_ECOFF
|
||||||
# define NLIST_ELF64
|
# define NLIST_ELF64
|
||||||
|
#elif defined(__x86_64)
|
||||||
|
# define NLIST_ELF64
|
||||||
#elif defined(__mips__)
|
#elif defined(__mips__)
|
||||||
# define NLIST_AOUT
|
# define NLIST_AOUT
|
||||||
# define NLIST_ECOFF
|
# define NLIST_ECOFF
|
||||||
|
|
Loading…
Reference in New Issue