annotate src/m/ibmrs6000.h @ 68651:3bd95f4f2941

Update years in copyright notice; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 06 Feb 2006 15:23:23 +0000
parents c6e45e9a83bf
children 8eceefbbcde7 c5406394f567
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* R2 AIX machine/system dependent defines
68651
3bd95f4f2941 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65657
diff changeset
2 Copyright (C) 1988, 2002, 2003, 2004, 2005,
3bd95f4f2941 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65657
diff changeset
3 2006 Free Software Foundation, Inc.
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 This file is part of GNU Emacs.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
3699
7be0f0a02725 Updated GPL version to 2.
Jim Blandy <jimb@redhat.com>
parents: 3372
diff changeset
9 the Free Software Foundation; either version 2, or (at your option)
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 any later version.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15 GNU General Public License for more details.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 52401
diff changeset
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 52401
diff changeset
20 Boston, MA 02110-1301, USA. */
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
22
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 44601
diff changeset
23 /* The following line tells the configuration script what sort of
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
24 operating system this machine is likely to run.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25 USUAL-OPSYS="aix3-1" */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
26
9095
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
27 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
28 is the most significant byte. */
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
29
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
30 #ifdef USG5_4
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
31 #undef WORDS_BIG_ENDIAN
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
32 #else
9095
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
33 #define WORDS_BIG_ENDIAN
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
34 #endif
9095
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
35
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
36 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37 * group of arguments and treat it as an array of the arguments. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
39 #define NO_ARG_ARRAY
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
40
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
41 /* Now define a symbol for the cpu type, if your compiler
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
42 does not define it automatically. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
43
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
44 #define IBMR2AIX
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
45
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
46 /* Use type int rather than a union, to represent Lisp_Object */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
47 /* This is desirable for most machines. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
48
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
49 #define NO_UNION_TYPE
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
50
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
51 /* Define CANNOT_DUMP on machines where unexec does not work.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
52 Then the function dump-emacs will not be defined
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
53 and temacs will do (load "loadup") automatically unless told otherwise. */
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
54 #ifdef USG5_4
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
55 #define CANNOT_DUMP
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
56 #endif
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
57
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
58 #ifndef UNEXEC
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
59 #define UNEXEC unexaix.o
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
60 #endif
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
61
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
62 /* Define addresses, macros, change some setup for dump */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
63
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
64 #define NO_REMAP
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
65
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
66 #ifndef USG5_4
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
67 #define TEXT_START 0x10000000
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
68 #define TEXT_END 0
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
69 #define DATA_START 0x20000000
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
70 #define DATA_END 0
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
71 #endif
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
72
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
73 /* The data segment in this machine always starts at address 0x20000000.
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
74 An address of data cannot be stored correctly in a Lisp object;
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
75 we always lose the high bits. We must tell XPNTR to add them back. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
76
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
77 #ifndef USG5_4
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
78 #define DATA_SEG_BITS 0x20000000
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
79 #else
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
80 #define DATA_SEG_BITS 0
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
81 #endif
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
82
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
83 #ifdef CANNOT_DUMP
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
84 /* Define shared memory segment symbols */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
85
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
86 #define PURE_SEG_BITS 0x30000000
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
87
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
88 /* Use shared memory. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
89 /* This is turned off because it does not always work. See etc/AIX.DUMP. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
90 /* #define HAVE_SHM */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
91 #define SHMKEY 5305035 /* used for shared memory code segments */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
92 #endif /* CANNOT_DUMP */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
93
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
94 #define N_BADMAG(x) BADMAG(x)
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
95 #define N_TXTOFF(x) A_TEXTPOS(x)
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
96 #define N_SYMOFF(x) A_SYMPOS(x)
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
97 #define A_TEXT_OFFSET(HDR) sizeof(HDR)
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
98 /* #define ADJUST_EXEC_HEADER \
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
99 unexec_text_start += sizeof(hdr); \
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
100 unexec_data_start = ohdr.a_dbase
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
101 */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
102 #undef ADDR_CORRECT
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
103 #define ADDR_CORRECT(x) ((int)(x))
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
104
1906
158faf65239b * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
Jim Blandy <jimb@redhat.com>
parents: 750
diff changeset
105 /* Specify the font for X to use.
158faf65239b * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
Jim Blandy <jimb@redhat.com>
parents: 750
diff changeset
106 This used to be Rom14.500; that's nice on the X server shipped with
158faf65239b * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
Jim Blandy <jimb@redhat.com>
parents: 750
diff changeset
107 the RS/6000, but it's not available on other servers. */
158faf65239b * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
Jim Blandy <jimb@redhat.com>
parents: 750
diff changeset
108 #define X_DEFAULT_FONT "fixed"
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
109
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
110 /* Here override various assumptions in ymakefile */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
111
10051
0c96366e10d2 (OBJECTS_MACHINE): Define only if AIXHFT.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
112 #ifdef AIXHFT
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
113 #define OBJECTS_MACHINE hftctl.o
10051
0c96366e10d2 (OBJECTS_MACHINE): Define only if AIXHFT.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
114 #endif
0c96366e10d2 (OBJECTS_MACHINE): Define only if AIXHFT.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
115
65657
c6e45e9a83bf * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
Dan Nicolaescu <dann@ics.uci.edu>
parents: 64767
diff changeset
116 #ifndef USG5
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
117 #define C_SWITCH_MACHINE -D_BSD
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
118 #endif
4709
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
119
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
120 #ifdef AIX3_2
12207
a2c1cc17593f (LIBS_MACHINE): Use -lpthreads, not -lpthread.
Karl Heuer <kwzh@gnu.org>
parents: 12194
diff changeset
121 /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless
12194
a27e9424e3de Add comment.
Karl Heuer <kwzh@gnu.org>
parents: 12158
diff changeset
122 on older versions of X where it happens to exist. */
12207
a2c1cc17593f (LIBS_MACHINE): Use -lpthreads, not -lpthread.
Karl Heuer <kwzh@gnu.org>
parents: 12194
diff changeset
123 #ifdef HAVE_LIBPTHREADS
a2c1cc17593f (LIBS_MACHINE): Use -lpthreads, not -lpthread.
Karl Heuer <kwzh@gnu.org>
parents: 12194
diff changeset
124 #define LIBS_MACHINE -lrts -lIM -liconv -lpthreads
12158
bad47702c3b1 (LIBS_MACHINE): Use -lpthread if it exists.
Karl Heuer <kwzh@gnu.org>
parents: 10051
diff changeset
125 #else
3314
a472a3956b2a * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
Jim Blandy <jimb@redhat.com>
parents: 3107
diff changeset
126 /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
3107
6c0cce3bc5d5 (LIBS_MACHINE): Add -lIM and -liconv.
Richard M. Stallman <rms@gnu.org>
parents: 2641
diff changeset
127 #define LIBS_MACHINE -lrts -lIM -liconv
12158
bad47702c3b1 (LIBS_MACHINE): Use -lpthread if it exists.
Karl Heuer <kwzh@gnu.org>
parents: 10051
diff changeset
128 #endif
4709
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
129 #else
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
130 #ifdef USG5_4
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
131 #define LIBS_MACHINE
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
132 #else
4709
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
133 #define LIBS_MACHINE -lIM
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
134 #endif
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
135 #endif
4709
c3caa44eff82 (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
Richard M. Stallman <rms@gnu.org>
parents: 4581
diff changeset
136
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
137 #define START_FILES
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
138 #define HAVE_SYSVIPC
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
139 /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
140 #define BROKEN_FIONREAD
33407
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
141 /* As we define BROKEN_FIONREAD, SIGIO will be undefined in systty.h.
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
142 But, on AIX, SIGAIO, SIGPTY, and SIGPOLL are defined as SIGIO,
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
143 which causes compilation error at init_signals in sysdep.c. So, we
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
144 define these macros so that syssignal.h detects them and undefine
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
145 SIGAIO, SIGPTY and SIGPOLL. */
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
146 #define BROKEN_SIGAIO
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
147 #define BROKEN_SIGPTY
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
148 #define BROKEN_SIGPOLL
446
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
149
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
150 /* Don't try to include sioctl.h or ptem.h. */
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
151 #undef NEED_SIOCTL
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
152 #undef NEED_PTEM_H
76b7a95526d3 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
153
3368
cb9e597ce94f Delete ! __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents: 3358
diff changeset
154 #define ORDINARY_LINK
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
155
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
156 #ifndef USG5_4
4177
131d2849788b Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 4176
diff changeset
157 /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */
8579
c93c9e087810 (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
158 /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid
8588
518c4b07b0ea Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 8583
diff changeset
159 linker error for updated X11R5 libraries, which references pthread library
8579
c93c9e087810 (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
160 which most machines don't have. We use the name .inp instead of .imp
c93c9e087810 (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
161 because .inp is a better convention to use in make-dist for naming
c93c9e087810 (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
162 random input files. */
20098
e86f41e696b1 (LD_SWITCH_MACHINE): Conditionalize this
Karl Heuer <kwzh@gnu.org>
parents: 19106
diff changeset
163 #ifdef THIS_IS_MAKEFILE /* Don't use this in configure. */
12636
97ce4bb9a235 (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 12207
diff changeset
164 #ifdef AIX4
97ce4bb9a235 (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 12207
diff changeset
165 #define LD_SWITCH_MACHINE -Wl,-bnodelcsect
97ce4bb9a235 (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 12207
diff changeset
166 #else /* not AIX4 */
4369
2497c88c03c3 * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
Jim Blandy <jimb@redhat.com>
parents: 4177
diff changeset
167 #ifdef HAVE_AIX_SMT_EXP
8582
9f0d8d29d122 (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.
Karl Heuer <kwzh@gnu.org>
parents: 8579
diff changeset
168 #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp
4369
2497c88c03c3 * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
Jim Blandy <jimb@redhat.com>
parents: 4177
diff changeset
169 #else
8582
9f0d8d29d122 (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.
Karl Heuer <kwzh@gnu.org>
parents: 8579
diff changeset
170 #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp
4369
2497c88c03c3 * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
Jim Blandy <jimb@redhat.com>
parents: 4177
diff changeset
171 #endif
12636
97ce4bb9a235 (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 12207
diff changeset
172 #endif /* not AIX4 */
20098
e86f41e696b1 (LD_SWITCH_MACHINE): Conditionalize this
Karl Heuer <kwzh@gnu.org>
parents: 19106
diff changeset
173 #endif /* THIS_IS_MAKEFILE */
14793
d3a70cd8d181 (LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
174
d3a70cd8d181 (LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
175 /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */
d3a70cd8d181 (LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
176 #if __GNUC__ == 2 && __GNUC_MINOR__ == 7
d3a70cd8d181 (LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
177 #define LD_SWITCH_SITE -B/bin/
d3a70cd8d181 (LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
178 #endif
3372
41adfe8856d6 (NLIST_STRUCT): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3368
diff changeset
179
33407
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
180 #ifndef NLIST_STRUCT
8582
9f0d8d29d122 (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.
Karl Heuer <kwzh@gnu.org>
parents: 8579
diff changeset
181 /* AIX supposedly doesn't use this interface, but on the RS/6000
3372
41adfe8856d6 (NLIST_STRUCT): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3368
diff changeset
182 it apparently does. */
41adfe8856d6 (NLIST_STRUCT): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3368
diff changeset
183 #define NLIST_STRUCT
33407
b1a5569ab5ad (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa <handa@m17n.org>
parents: 29792
diff changeset
184 #endif
13097
59916c4b0b79 Add early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman <rms@gnu.org>
parents: 12636
diff changeset
185 #endif /* USG5_4 */
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
186
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
187 /* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
188 (do not change this comment) */