diff options
Diffstat (limited to 'src/m')
| -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 | |||
| 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. */ |