comparison src/m/alpha.h @ 47512:a1fefb8caf04

[LINUX]: Don't define DATA_START.
author Andreas Schwab <schwab@suse.de>
date Tue, 17 Sep 2002 12:35:49 +0000
parents 9f027dd3047f
children e9c516ca4473
comparison
equal deleted inserted replaced
47511:9c7b0f6d7f05 47512:a1fefb8caf04
103 #endif 103 #endif
104 104
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
110 #endif
109 #endif 111 #endif
110 112
111 #ifndef __ELF__ 113 #ifndef __ELF__
112 114
113 /* Describe layout of the address space in an executing process. */ 115 /* Describe layout of the address space in an executing process. */