(unexec): Add casts for some comparisons.
[bpt/emacs.git] / src / m / ibm370aix.h
1 /* m/ file for IBM 370 running AIX. */
2
3 #include "ibmps2-aix.h"
4
5 #define AIX
6
7 /* i370 is big-endian */
8 #define BIG_ENDIAN
9
10 #undef TEXT_START
11 #undef SEGMENT_MASK
12 #undef DATA_SECTION_ALIGNMENT
13
14 #define TEXT_START 0
15 #define SEGMENT_MASK 0
16 #define DATA_SECTION_ALIGNMENT 0x00001000
17
18 #undef LOAD_AVE_CVT
19 #undef LOAD_AVE_TYPE
20 /* Data type of load average, as read out of kmem. */
21 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0)
22 #define LOAD_AVE_TYPE double
23
24 #undef LIBS_MACHINE
25 #define LIBS_MACHINE
26
27 #undef LD_SWITCH_MACHINE
28 #define LD_SWITCH_MACHINE -xa