comparison src/m/sps7.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 Bull SPS-7. 1 /* machine description file for Bull SPS-7.
2 Copyright (C) 1986, 1999 Free Software Foundation, Inc. 2 Copyright (C) 1986, 1999, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
5 6
6 GNU Emacs is free software; you can redistribute it and/or modify 7 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 8 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 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 18 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02110-1301, USA. */
20 21
21 22
22 /* The following line tells the configuration script what sort of 23 /* The following line tells the configuration script what sort of
23 operating system this machine is likely to run. 24 operating system this machine is likely to run.
24 USUAL-OPSYS="usg5-2" */ 25 USUAL-OPSYS="usg5-2" */
110 #define EXEC_MAGIC 0x10b 111 #define EXEC_MAGIC 0x10b
111 #define SEGMENT_MASK (NBPS-1) 112 #define SEGMENT_MASK (NBPS-1)
112 #define ADJUST_EXEC_HEADER f_hdr.f_magic = SMROMAGIC;\ 113 #define ADJUST_EXEC_HEADER f_hdr.f_magic = SMROMAGIC;\
113 f_ohdr.stsize = 0; 114 f_ohdr.stsize = 0;
114 #endif 115 #endif
116
117 /* arch-tag: 2240f71c-6f3b-4a82-80fc-4d56c682d7ad
118 (do not change this comment) */