From a974d5e349e6533f2a69788267a039f2adfb0038 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 22 Jul 2002 00:08:26 +0000 Subject: [PATCH] * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define. --- src/m/pfa50.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. */ -- 2.39.2