comparison src/m/alpha.h @ 28647:2f596fe26c71

(_LP64) [!_LP64]: Define. (ORDINARY_LINK): Define for NetBSD.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Apr 2000 14:32:35 +0000
parents 789dee6f1a09
children 34d95709a82b
comparison
equal deleted inserted replaced
28646:61ea94b6ee1f 28647:2f596fe26c71
29 29
30 */ 30 */
31 31
32 #define BITS_PER_LONG 64 32 #define BITS_PER_LONG 64
33 #define BITS_PER_EMACS_INT 64 33 #define BITS_PER_EMACS_INT 64
34 #ifndef _LP64
35 #define _LP64
36 #endif
34 37
35 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 38 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 39 is the most significant byte. */
37 40
38 #undef WORDS_BIG_ENDIAN 41 #undef WORDS_BIG_ENDIAN
151 # else 154 # else
152 # error What gives? Fix me if DEC Unix supports ELF now. 155 # error What gives? Fix me if DEC Unix supports ELF now.
153 # endif 156 # endif
154 #endif 157 #endif
155 158
156 #if defined(__NetBSD__) || defined(__OpenBSD__) 159 #if defined(__OpenBSD__)
157 #define ORDINARY_LINK 160 #define ORDINARY_LINK
158 #endif 161 #endif
159 162
160 #ifdef __ELF__ 163 #ifdef __ELF__
161 #undef UNEXEC 164 #undef UNEXEC