]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixes for NetBSD (Bug#4629, Bug#2072).
authorChong Yidong <cyd@stupidchicken.com>
Thu, 28 Jan 2010 17:33:28 +0000 (12:33 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 28 Jan 2010 17:33:28 +0000 (12:33 -0500)
* m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.

* m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).

src/ChangeLog
src/m/alpha.h
src/m/mips.h

index 3f666a98f358fcfd94c3c68adaa9996534c780af..6c0bf66e08acf93db54bb30ddea704e178efdc83 100644 (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
index 26cdb8074523e1498762daeb794f9012d5b25dff..5abf8bba7261e67ab5d50de8e56d4a1eaee8f9ed 100644 (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
 
index 2b47dba25fa63b4f332e6ac1495e77271741e8a0..7a84b6596c8a4dbdc1a03de3de1b949b259e954e 100644 (file)
@@ -50,10 +50,6 @@ NOTE-END  */
 
 #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.  */