summaryrefslogtreecommitdiff
path: root/src/unexelf.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-26 13:01:57 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-26 13:01:57 +0000
commit3af5762efc46540aac70cee62338cacb625ac172 (patch)
treeafdfeb0a6f9c6d2a227c154487dff3f62abd97d7 /src/unexelf.c
parent77072ab16d90b7081d8bd4d12a33ef3827fbcac7 (diff)
downloademacs-3af5762efc46540aac70cee62338cacb625ac172.tar.gz
(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
Diffstat (limited to 'src/unexelf.c')
-rw-r--r--src/unexelf.c2
1 files changed, 1 insertions, 1 deletions
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