comparison src/m/alpha.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children a300bb07d72d
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
17 along with XEmacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 21
22 #ifdef LINUX
23 # define SYSTEM_MALLOC
24 #endif
25
22 #ifdef OSF1 26 #ifdef OSF1
23 # define ORDINARY_LINK 27 # define ORDINARY_LINK
24 #endif 28 #endif
25 29
26 #ifndef __ELF__ 30 #ifndef __ELF__
27 /* Describe layout of the address space in an executing process. */ 31 /* Describe layout of the address space in an executing process. */
28 # define TEXT_START 0x120000000 32 # define TEXT_START 0x120000000
29 # define DATA_START 0x140000000 33 # define DATA_START 0x140000000
30 /* The program to be used for unexec. */ 34 /* The program to be used for unexec. */
31 # define UNEXEC "unexalpha.o" 35 # define UNEXEC unexalpha.o
32 #endif 36 #endif