annotate src/m/ibmrs6000.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents c5d627a313b1
children 697ef44129c6
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 /* R2 AIX machine/system dependent defines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1988 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 This file is part of GNU Emacs.
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 2, 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 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 207
diff changeset
23 /* The following line tells the configuration script what sort of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 operating system this machine is likely to run.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 USUAL-OPSYS="aix3-1" */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 /* Now define a symbol for the cpu type, if your compiler
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 does not define it automatically. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #define IBMR2AIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 /* Define CANNOT_DUMP on machines where unexec does not work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 Then the function dump-emacs will not be defined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 and temacs will do (load "loadup") automatically unless told otherwise. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #ifdef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #define CANNOT_DUMP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 #ifndef UNEXEC
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
40 #define UNEXEC "unexaix.o"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 /* Define addresses, macros, change some setup for dump */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 #define NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 #ifndef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 #define TEXT_START 0x10000000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 #define TEXT_END 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 #define DATA_START 0x20000000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 #define DATA_END 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 #define N_BADMAG(x) BADMAG(x)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 #define N_TXTOFF(x) A_TEXTPOS(x)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 #define N_SYMOFF(x) A_SYMPOS(x)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 #define A_TEXT_OFFSET(HDR) sizeof(HDR)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 /* #define ADJUST_EXEC_HEADER \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 unexec_text_start += sizeof(hdr); \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 unexec_data_start = ohdr.a_dbase
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 #undef ADDR_CORRECT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 #define ADDR_CORRECT(x) ((int)(x))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 /* Define C_ALLOCA if this machine does not support a true alloca
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 and the one written in C should be used instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 Define HAVE_ALLOCA to say that the system provides a properly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 working alloca function and it should be used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 Define neither one if an assembler-language alloca
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 in the file alloca.s should be used. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 /* Note: aix3-2.h defines HAVE_ALLOCA; aix3-1.h doesn't. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 #ifndef HAVE_ALLOCA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 #define C_ALLOCA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 /* Specify the font for X to use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 This used to be Rom14.500; that's nice on the X server shipped with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 the RS/6000, but it's not available on other servers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 #define X_DEFAULT_FONT "fixed"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 /* Here override various assumptions in ymakefile */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 #ifdef AIXHFT
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
86 #define OBJECTS_MACHINE "hftctl.o"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 #ifndef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 /* XEmacs change -- commented out: dkeller@vnet.ibm.com */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 /* #define C_SWITCH_MACHINE -D_BSD */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 #ifdef AIX3_2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 on older versions of X where it happens to exist. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 #ifdef HAVE_LIBPTHREADS
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
98 #define LIBS_MACHINE "-lrts -lIM -liconv -lpthreads"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
101 #define LIBS_MACHINE "-lrts -lIM -liconv"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 #ifdef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 #define LIBS_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 #else
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
107 #define LIBS_MACHINE "-lIM"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 #define START_FILES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 /* Don't try to include sioctl.h or ptem.h. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 #undef NEED_SIOCTL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 #undef NEED_PTEM_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 #define ORDINARY_LINK