]> git.eshelyaron.com Git - emacs.git/commitdiff
[LINUX]: Don't define DATA_START.
authorAndreas Schwab <schwab@suse.de>
Tue, 17 Sep 2002 12:35:49 +0000 (12:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 17 Sep 2002 12:35:49 +0000 (12:35 +0000)
src/m/alpha.h

index cde01e839532cb9e4caa56c2c5490e21b7971a28..da49abe755a64a0e907361bc656554bb0816a35b 100644 (file)
@@ -105,8 +105,10 @@ NOTE-END
 #ifdef __ELF__
 #undef UNEXEC
 #define UNEXEC unexelf.o
+#ifndef LINUX
 #define DATA_START    0x140000000
 #endif
+#endif
 
 #ifndef __ELF__