Mercurial > hg > xemacs-beta
annotate src/m/alpha.h @ 5315:2a7b6ddb8063
#'float: if handed a bigfloat, give the same bigfloat back.
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* floatfns.c (Ffloat): If we've been handed a bigfloat here, it's
appropriate to give the same bigfloat back.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:51:08 +0000 |
parents | 705ff51e3b6b |
children | 365bc8cb5894 |
rev | line source |
---|---|
428 | 1 /* machine description file For the alpha chip. |
2 Copyright (C) 1994 Free Software Foundation, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
6 XEmacs is free software; you can redistribute it and/or modify |
428 | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation; either version 1, or (at your option) | |
9 any later version. | |
10 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
11 XEmacs is distributed in the hope that it will be useful, |
428 | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with XEmacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
19 Boston, MA 02111-1307, USA. */ | |
20 | |
21 | |
22 #ifndef __ELF__ | |
23 /* Describe layout of the address space in an executing process. */ | |
24 # define TEXT_START 0x120000000 | |
25 # define DATA_START 0x140000000 | |
26 /* The program to be used for unexec. */ | |
27 # define UNEXEC "unexalpha.o" | |
28 #endif |