aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2002-09-17 12:35:49 +0000
committerAndreas Schwab2002-09-17 12:35:49 +0000
commit685f85114229f9bbe2520e19b22e2e7685da6128 (patch)
tree17eb8d68fe75debf57609454aacc9a41dfe94725 /src
parent401c196806d060013b8cc902da2a2b2480d7127e (diff)
downloademacs-685f85114229f9bbe2520e19b22e2e7685da6128.tar.gz
emacs-685f85114229f9bbe2520e19b22e2e7685da6128.zip
[LINUX]: Don't define DATA_START.
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