Mercurial > hg > xemacs-beta
comparison src/m/ibmps2-aix.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
27 NOTE-START | 27 NOTE-START |
28 Use -opsystem=usg5-3 on AIX 1.2. | 28 Use -opsystem=usg5-3 on AIX 1.2. |
29 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not | 29 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not |
30 work with certain new X window managers, and may be suboptimal. | 30 work with certain new X window managers, and may be suboptimal. |
31 NOTE-END */ | 31 NOTE-END */ |
32 | |
33 /* Define WORD_MACHINE if addresses and such have | |
34 * to be corrected before they can be used as byte counts. */ | |
35 | |
36 /* #define WORD_MACHINE */ | |
32 | 37 |
33 /* Now define a symbol for the cpu type, if your compiler | 38 /* Now define a symbol for the cpu type, if your compiler |
34 does not define it automatically: | 39 does not define it automatically: |
35 Ones defined so far include vax, m68000, ns16000, pyramid, | 40 Ones defined so far include vax, m68000, ns16000, pyramid, |
36 orion, tahoe, APOLLO and many others */ | 41 orion, tahoe, APOLLO and many others */ |
78 #define TEXT_START 0x00400000 | 83 #define TEXT_START 0x00400000 |
79 #define TEXT_END 0 | 84 #define TEXT_END 0 |
80 #define DATA_START 0x00800000 | 85 #define DATA_START 0x00800000 |
81 #define DATA_END 0 | 86 #define DATA_END 0 |
82 | 87 |
88 /* The data segment in this machine always starts at address 0x00800000. | |
89 An address of data cannot be stored correctly in a Lisp object; | |
90 we always lose the high bits. We must tell XPNTR to add them back. */ | |
91 | |
92 #define DATA_SEG_BITS 0x00800000 | |
83 #endif | 93 #endif |
84 | 94 |
85 #if 0 /* I refuse to promulgate a recommendation that would make | 95 #if 0 /* I refuse to promulgate a recommendation that would make |
86 users unable to debug - RMS. */ | 96 users unable to debug - RMS. */ |
87 /* delete the following line to foil optimization, enable debugging */ | 97 /* delete the following line to foil optimization, enable debugging */ |