annotate src/m/alpha.h @ 347:7c94d56991e1 r21-1-3

Import from CVS: tag r21-1-3
author cvs
date Mon, 13 Aug 2007 10:53:48 +0200
parents 19dcec799385
children a4f53d9b3154
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* machine description file For the alpha chip.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1994 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
4 This file is part of XEmacs.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 GNU Emacs is free software; you can redistribute it and/or modify
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 the Free Software Foundation; either version 1, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 GNU General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
22 #ifdef LINUX
347
7c94d56991e1 Import from CVS: tag r21-1-3
cvs
parents: 321
diff changeset
23 # define SYSTEM_MALLOC
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
24 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #ifdef OSF1
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
27 # define ORDINARY_LINK
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
28 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
30 #ifndef __ELF__
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
31 /* Describe layout of the address space in an executing process. */
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
32 # define TEXT_START 0x120000000
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
33 # define DATA_START 0x140000000
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
34 /* The program to be used for unexec. */
321
19dcec799385 Import from CVS: tag r21-0-58
cvs
parents: 255
diff changeset
35 # define UNEXEC "unexalpha.o"
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 175
diff changeset
36 #endif