aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index cde01e83953..da49abe755a 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -105,8 +105,10 @@ NOTE-END
105#ifdef __ELF__ 105#ifdef __ELF__
106#undef UNEXEC 106#undef UNEXEC
107#define UNEXEC unexelf.o 107#define UNEXEC unexelf.o
108#ifndef LINUX
108#define DATA_START 0x140000000 109#define DATA_START 0x140000000
109#endif 110#endif
111#endif
110 112
111#ifndef __ELF__ 113#ifndef __ELF__
112 114