aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-09 22:04:54 +0000
committerRichard M. Stallman1996-08-09 22:04:54 +0000
commitbcd4fb440e62df86726d5382cfcafacda7b7105f (patch)
treec0f459009b33e3e15c6a5410052e2a52834b0b82 /src/m
parent821f376d2ceba5470baa00ef2ee970d298b01b32 (diff)
downloademacs-bcd4fb440e62df86726d5382cfcafacda7b7105f.tar.gz
emacs-bcd4fb440e62df86726d5382cfcafacda7b7105f.zip
[__ELF__] (UNEXEC): Use unexelf1.c.
Diffstat (limited to 'src/m')
-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
152# endif 152# endif
153#endif 153#endif
154 154
155#ifdef __ELF__
156#undef UNEXEC
157#define UNEXEC unexelf1.o
158#endif
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. */