comparison src/m/pfa50.h @ 46609:57e7eb824978

* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define.
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 22 Jul 2002 00:08:26 +0000
parents 4be8406ebef9
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
46608:b11c3e06693b 46609:57e7eb824978
62 */ 62 */
63 63
64 #define LD_SWITCH_MACHINE -e __start 64 #define LD_SWITCH_MACHINE -e __start
65 65
66 #if pfa50 || pfa70 66 #if pfa50 || pfa70
67
68 /* On A-50/60/70/80, data space has high order byte use. */ 67 /* On A-50/60/70/80, data space has high order byte use. */
69 #define VALBITS 26 68 #define DATA_SEG_BITS 0x60000000
70 #define VALMASK (((1<<VALBITS) - 1) | 0x60000000)
71 #define XTYPE(a) ((enum Lisp_Type) (((a) >> VALBITS) & GCTYPEMASK))
72
73 #endif /* pfa50, pfa70 */ 69 #endif /* pfa50, pfa70 */
74 70
75 /* SX/A has alloca in the PW library. */ 71 /* SX/A has alloca in the PW library. */
76 72
77 #define LIB_STANDARD -lPW -lc 73 #define LIB_STANDARD -lPW -lc