Fixes for NetBSD (Bug#4629, Bug#2072).

* m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.

* m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
This commit is contained in:
Chong Yidong 2010-01-28 12:33:28 -05:00
parent c02f8fe2f1
commit ca0eb7088c
3 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -95,7 +95,7 @@ NOTE-END
#undef UNEXEC
#define UNEXEC unexelf.o
#ifndef GNU_LINUX
#if !defined(GNU_LINUX) && !defined(__NetBSD__)
#define DATA_START 0x140000000
#endif

View file

@ -50,10 +50,6 @@ NOTE-END */
#define TEXT_START 0x00400000
#ifndef GNU_LINUX
#define DATA_START 0x10000000
#endif
#if 0 /* These definitions were advantageous when not using
USE_LSB_TAG. With that, they get ignored but cause errors. */