comparison src/m/powerpcle.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* machine description file for PowerPC. 1 /* machine description file for PowerPC.
2 Copyright (C) 1987, 2002 Free Software Foundation, Inc. 2 Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
19 20
20 /* The following line tells the configuration script what sort of 21 /* The following line tells the configuration script what sort of
21 operating system this machine is likely to run. 22 operating system this machine is likely to run.
22 USUAL-OPSYS="Solaris2.5.1 Windows/NT AIX 4.1.2" 23 USUAL-OPSYS="Solaris2.5.1 Windows/NT AIX 4.1.2"
23 */ 24 */
54 55
55 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 56 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
56 57
57 /* Control a conditional in unexelf.c. */ 58 /* Control a conditional in unexelf.c. */
58 #define SOLARIS_POWERPC 59 #define SOLARIS_POWERPC
60
61 /* arch-tag: dc2c3cb6-4683-45ae-961f-0a4f2bda3c61
62 (do not change this comment) */