From: Ken Raeburn Date: Mon, 22 Jul 2002 00:08:26 +0000 (+0000) Subject: * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. X-Git-Tag: ttn-vms-21-2-B4~13926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a974d5e349e6533f2a69788267a039f2adfb0038;p=emacs.git * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define. --- diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 457ea06ff12..c417a1d58ad 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h @@ -64,12 +64,8 @@ Boston, MA 02111-1307, USA. */ #define LD_SWITCH_MACHINE -e __start #if pfa50 || pfa70 - /* On A-50/60/70/80, data space has high order byte use. */ -#define VALBITS 26 -#define VALMASK (((1<> VALBITS) & GCTYPEMASK)) - +#define DATA_SEG_BITS 0x60000000 #endif /* pfa50, pfa70 */ /* SX/A has alloca in the PW library. */