comparison src/m/alpha.h @ 107036:467d1fce4215

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).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 28 Jan 2010 12:33:28 -0500
parents 1d1d5d9bd884
children 6856772abdfe 376148b31b5e
comparison
equal deleted inserted replaced
107035:2b8253dbde29 107036:467d1fce4215
93 # error What gives? Fix me if DEC Unix supports ELF now. 93 # error What gives? Fix me if DEC Unix supports ELF now.
94 # endif 94 # endif
95 95
96 #undef UNEXEC 96 #undef UNEXEC
97 #define UNEXEC unexelf.o 97 #define UNEXEC unexelf.o
98 #ifndef GNU_LINUX 98 #if !defined(GNU_LINUX) && !defined(__NetBSD__)
99 #define DATA_START 0x140000000 99 #define DATA_START 0x140000000
100 #endif 100 #endif
101 101
102 #if (defined (__NetBSD__) || defined (__OpenBSD__)) 102 #if (defined (__NetBSD__) || defined (__OpenBSD__))
103 #define HAVE_TEXT_START 103 #define HAVE_TEXT_START