annotate src/m/ibm370aix.h @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 0132846995bd
children
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 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 /* m/ file for IBM 370 running AIX. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "ibmps2-aix.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #define AIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 /* these were defined in "ibmps2-aix.h" */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #undef INTEL386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #undef aix386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #undef TEXT_START
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #undef SEGMENT_MASK
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #undef DATA_SECTION_ALIGNMENT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define TEXT_START 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #define SEGMENT_MASK 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #define DATA_SECTION_ALIGNMENT 0x00001000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #undef LOAD_AVE_CVT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #undef LOAD_AVE_TYPE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /* Data type of load average, as read out of kmem. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define LOAD_AVE_TYPE double
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #undef LIBS_MACHINE
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
28 #define LIBS_MACHINE
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #undef LD_SWITCH_MACHINE
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
31 #define LD_SWITCH_MACHINE "-xa"