1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

[__ELF__] (UNEXEC): Use unexelf1.c.

This commit is contained in:
Richard M. Stallman 1996-08-09 22:04:54 +00:00
parent 821f376d2c
commit bcd4fb440e

View 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. */