comparison src/m/alpha.h @ 15851:9aaeb5dc2851

[__ELF__] (UNEXEC): Use unexelf1.c.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Aug 1996 22:04:54 +0000
parents d6c4d581ad25
children 8b44e50334a8
comparison
equal deleted inserted replaced
15850:d6c4d581ad25 15851:9aaeb5dc2851
148 # ifdef __GNUC__ 148 # ifdef __GNUC__
149 # define C_SWITCH_MACHINE -fno-common 149 # define C_SWITCH_MACHINE -fno-common
150 # else 150 # else
151 # error What gives? Fix me if DEC Unix supports ELF now. 151 # error What gives? Fix me if DEC Unix supports ELF now.
152 # endif 152 # endif
153 #endif
154
155 #ifdef __ELF__
156 #undef UNEXEC
157 #define UNEXEC unexelf1.o
153 #endif 158 #endif
154 159
155 #ifndef __ELF__ 160 #ifndef __ELF__
156 161
157 /* Describe layout of the address space in an executing process. */ 162 /* Describe layout of the address space in an executing process. */