]> git.eshelyaron.com Git - emacs.git/commitdiff
[__ELF__] (UNEXEC): Use unexelf1.c.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Aug 1996 22:04:54 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Aug 1996 22:04:54 +0000 (22:04 +0000)
src/m/alpha.h

index 09b51fd6993e659f195ddd518cfe9417b37902c3..4bee0f7cfec70c3699e5870883d9a3a9c45b9c91 100644 (file)
@@ -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.  */