diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/alpha.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 04ad9eaaf8f..c57fd0d9821 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -62,8 +62,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 62 | 62 | ||
| 63 | #ifdef __ELF__ | 63 | #ifdef __ELF__ |
| 64 | 64 | ||
| 65 | #undef UNEXEC | ||
| 66 | #define UNEXEC unexelf.o | ||
| 67 | #if !defined(GNU_LINUX) && !defined(__NetBSD__) | 65 | #if !defined(GNU_LINUX) && !defined(__NetBSD__) |
| 68 | #define DATA_START 0x140000000 | 66 | #define DATA_START 0x140000000 |
| 69 | #endif | 67 | #endif |
| @@ -78,9 +76,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 78 | #define TEXT_START 0x120000000 | 76 | #define TEXT_START 0x120000000 |
| 79 | #define DATA_START 0x140000000 | 77 | #define DATA_START 0x140000000 |
| 80 | 78 | ||
| 81 | /* The program to be used for unexec. */ | ||
| 82 | #define UNEXEC unexalpha.o | ||
| 83 | |||
| 84 | #endif /* __ELF__ */ | 79 | #endif /* __ELF__ */ |
| 85 | 80 | ||
| 86 | /* On the Alpha it's best to avoid including TERMIO since struct | 81 | /* On the Alpha it's best to avoid including TERMIO since struct |