diff options
| -rw-r--r-- | src/m/alpha.h | 5 |
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. */ |
