From 4fe22aef7f3ba8a1d5770a173032011904100b5e Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 29 Jan 1999 22:23:54 +0000 Subject: [PATCH] Sync w/ kvm_mkdb. --- lib/libc/gen/nlist_private.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/nlist_private.h b/lib/libc/gen/nlist_private.h index 3e8e125e45a4..477bcc9daf7f 100644 --- a/lib/libc/gen/nlist_private.h +++ b/lib/libc/gen/nlist_private.h @@ -1,4 +1,4 @@ -/* $NetBSD: nlist_private.h,v 1.5 1998/07/12 01:43:26 thorpej Exp $ */ +/* $NetBSD: nlist_private.h,v 1.6 1999/01/29 22:23:54 thorpej Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -37,10 +37,13 @@ # define NLIST_AOUT # define NLIST_ECOFF # define NLIST_ELF32 -#elif defined(__i386__) || defined (__m68k__) || defined(__powerpc__) || \ - defined(__sparc__) +#elif defined(__i386__) || defined (__m68k__) || defined(__powerpc__) # define NLIST_AOUT # define NLIST_ELF32 +#elif defined(__sparc__) +# define NLIST_AOUT +# define NLIST_ELF32 +# define NLIST_ELF64 #else # define NLIST_AOUT /* #define NLIST_ECOFF */