* m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
* m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
+2010-01-28 Chong Yidong <cyd@stupidchicken.com>
+
+ * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
+
+ * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
+
2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
* xfns.c (Fx_create_frame): Remove window size matching code from
#undef UNEXEC
#define UNEXEC unexelf.o
-#ifndef GNU_LINUX
+#if !defined(GNU_LINUX) && !defined(__NetBSD__)
#define DATA_START 0x140000000
#endif
#define TEXT_START 0x00400000
-#ifndef GNU_LINUX
-#define DATA_START 0x10000000
-#endif
-
\f
#if 0 /* These definitions were advantageous when not using
USE_LSB_TAG. With that, they get ignored but cause errors. */