# HG changeset patch # User Andreas Schwab # Date 1032266149 0 # Node ID a1fefb8caf0430aed5b2de04fc7d6147468bcd31 # Parent 9c7b0f6d7f051ecffeb7bc5c15aeeaf1336f987a [LINUX]: Don't define DATA_START. diff -r 9c7b0f6d7f05 -r a1fefb8caf04 src/m/alpha.h --- a/src/m/alpha.h Tue Sep 17 00:43:53 2002 +0000 +++ b/src/m/alpha.h Tue Sep 17 12:35:49 2002 +0000 @@ -105,8 +105,10 @@ #ifdef __ELF__ #undef UNEXEC #define UNEXEC unexelf.o +#ifndef LINUX #define DATA_START 0x140000000 #endif +#endif #ifndef __ELF__