From 3af5762efc46540aac70cee62338cacb625ac172 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Sep 2000 13:01:57 +0000 Subject: [PATCH] (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64. --- src/unexelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexelf.c b/src/unexelf.c index 1c534a6f2e2..4f832aeb3a0 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -470,7 +470,7 @@ typedef struct { /* * NetBSD does not have normal-looking user-land ELF support. */ -# ifdef __alpha__ +# if defined __alpha__ || defined __sparc_v9__ # define ELFSIZE 64 # else # define ELFSIZE 32 -- 2.39.5