Mercurial > emacs
annotate src/m/ibm370aix.h @ 9291:51aef3ec59f8
(Finsert_file_contents): No longer necessary to set type separately.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 14:23:18 +0000 |
parents | 23f72b18b420 |
children | ee5e9fbcd051 |
rev | line source |
---|---|
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
1 /* m/ file for IBM 370 running AIX. */ |
456 | 2 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
3 #include "ibmps2-aix.h" |
456 | 4 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
5 #define AIX |
456 | 6 |
4642
aceaf48ee60d
(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
4464
diff
changeset
|
7 /* these were defined in "ibmps2-aix.h" */ |
aceaf48ee60d
(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
4464
diff
changeset
|
8 #undef INTEL386 |
aceaf48ee60d
(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
4464
diff
changeset
|
9 #undef aix386 |
aceaf48ee60d
(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
4464
diff
changeset
|
10 |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
11 /* 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
|
12 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
|
13 |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
14 #define WORDS_BIG_ENDIAN |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
15 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
16 #undef TEXT_START |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
17 #undef SEGMENT_MASK |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
18 #undef DATA_SECTION_ALIGNMENT |
456 | 19 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
20 #define TEXT_START 0 |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
21 #define SEGMENT_MASK 0 |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
22 #define DATA_SECTION_ALIGNMENT 0x00001000 |
456 | 23 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
24 #undef LOAD_AVE_CVT |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
25 #undef LOAD_AVE_TYPE |
456 | 26 /* Data type of load average, as read out of kmem. */ |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
27 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0) |
456 | 28 #define LOAD_AVE_TYPE double |
29 | |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
30 #undef LIBS_MACHINE |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
31 #define LIBS_MACHINE |
4642
aceaf48ee60d
(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
4464
diff
changeset
|
32 #undef HAVE_VFORK |
456 | 33 |
4464
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
34 #undef LD_SWITCH_MACHINE |
3fbda0e7f793
Total rewrite; includes ibmps2-aix.h.
Richard M. Stallman <rms@gnu.org>
parents:
3700
diff
changeset
|
35 #define LD_SWITCH_MACHINE -xa |