summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-09 22:04:54 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-09 22:04:54 +0000
commitbcd4fb440e62df86726d5382cfcafacda7b7105f (patch)
treec0f459009b33e3e15c6a5410052e2a52834b0b82
parent821f376d2ceba5470baa00ef2ee970d298b01b32 (diff)
downloademacs-bcd4fb440e62df86726d5382cfcafacda7b7105f.tar.gz
[__ELF__] (UNEXEC): Use unexelf1.c.
-rw-r--r--src/m/alpha.h5
1 files changed, 5 insertions, 0 deletions
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. */