(dired-listing-switches): apparently, "ls -b" is actually supposed to work
[emacs.git] / src / m / alpha.h
blob2a97a3d5b0c146f6f5c5552a068aaa912a9bdb75
1 /* Machine description file for the alpha chip.
3 Copyright (C) 1994, 1997, 1999, 2001-2012 Free Software Foundation, Inc.
5 Author: Rainer Schoepf
6 (according to authors.el)
8 This file is part of GNU Emacs.
10 GNU Emacs is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
15 GNU Emacs is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
23 #ifndef _LP64
24 #define _LP64 /* This doesn't appear to be necessary on OSF 4/5 -- fx. */
25 #endif
27 /* Now define a symbol for the cpu type, if your compiler
28 does not define it automatically. */
29 /* __alpha defined automatically */
32 #ifdef __ELF__
34 #if !defined (GNU_LINUX) && !defined (__NetBSD__)
35 #define DATA_START 0x140000000
36 #endif
38 #else /* not __ELF__ */
40 /* Describe layout of the address space in an executing process. */
41 #define DATA_START 0x140000000
43 #endif /* __ELF__ */
45 /* On the Alpha it's best to avoid including TERMIO since struct
46 termio and struct termios are mutually incompatible. */
47 #define NO_TERMIO
49 /* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN:
50 they generate code that uses a signaling NaN instead of DBL_MIN.
51 Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN:
52 this avoids the assembler bug. */
53 #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308