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:
parent
821f376d2c
commit
bcd4fb440e
1 changed files with 5 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue