aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-26 13:01:57 +0000
committerGerd Moellmann2000-09-26 13:01:57 +0000
commit3af5762efc46540aac70cee62338cacb625ac172 (patch)
treeafdfeb0a6f9c6d2a227c154487dff3f62abd97d7 /src
parent77072ab16d90b7081d8bd4d12a33ef3827fbcac7 (diff)
downloademacs-3af5762efc46540aac70cee62338cacb625ac172.tar.gz
emacs-3af5762efc46540aac70cee62338cacb625ac172.zip
(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
Diffstat (limited to 'src')
-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 {
470/* 470/*
471 * NetBSD does not have normal-looking user-land ELF support. 471 * NetBSD does not have normal-looking user-land ELF support.
472 */ 472 */
473# ifdef __alpha__ 473# if defined __alpha__ || defined __sparc_v9__
474# define ELFSIZE 64 474# define ELFSIZE 64
475# else 475# else
476# define ELFSIZE 32 476# define ELFSIZE 32