[LINUX]: Don't define DATA_START.

This commit is contained in:
Andreas Schwab 2002-09-17 12:35:49 +00:00
parent 401c196806
commit 685f851142

View 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__