From: Richard M. Stallman Date: Fri, 9 Aug 1996 22:04:54 +0000 (+0000) Subject: [__ELF__] (UNEXEC): Use unexelf1.c. X-Git-Tag: emacs-19.34~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcd4fb440e62df86726d5382cfcafacda7b7105f;p=emacs.git [__ELF__] (UNEXEC): Use unexelf1.c. --- diff --git a/src/m/alpha.h b/src/m/alpha.h index 09b51fd6993..4bee0f7cfec 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -152,6 +152,11 @@ NOTE-END # endif #endif +#ifdef __ELF__ +#undef UNEXEC +#define UNEXEC unexelf1.o +#endif + #ifndef __ELF__ /* Describe layout of the address space in an executing process. */