From 59dbc95e0da0e036c4fcb8b0f864df13a4877a39 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 16 Jun 1988 13:46:38 +0000 Subject: [PATCH] made bittable dynamic --- mach/m68020/as/mach0.c | 2 -- mach/m68k2/as/mach0.c | 2 -- mach/ns/as/mach0.c | 2 -- mach/pdp/as/mach0.c | 2 -- 4 files changed, 8 deletions(-) diff --git a/mach/m68020/as/mach0.c b/mach/m68020/as/mach0.c index a71f25344..b3fd9ccbb 100644 --- a/mach/m68020/as/mach0.c +++ b/mach/m68020/as/mach0.c @@ -6,8 +6,6 @@ /* * Motorola 68020 options */ -#undef BITMAX -#define BITMAX 32000 #define THREE_PASS /* branch and offset optimization */ #define BYTES_REVERSED /* high order byte has lowest address */ diff --git a/mach/m68k2/as/mach0.c b/mach/m68k2/as/mach0.c index 258b8032b..87dc1dba9 100644 --- a/mach/m68k2/as/mach0.c +++ b/mach/m68k2/as/mach0.c @@ -7,8 +7,6 @@ /* * Motorola 68000/68010 options */ -#undef BITMAX -#define BITMAX 8000 #define THREE_PASS /* branch and offset optimization */ #define BYTES_REVERSED /* high order byte has lowest address */ diff --git a/mach/ns/as/mach0.c b/mach/ns/as/mach0.c index 256b2dc83..43a57ef4b 100644 --- a/mach/ns/as/mach0.c +++ b/mach/ns/as/mach0.c @@ -16,8 +16,6 @@ #define addr_t long #undef ALIGNSECT #define ALIGNSECT 2 -#undef BITMAX -#define BITMAX 16000 /* many optimizations possible */ #undef VALWIDTH #define VALWIDTH 8 diff --git a/mach/pdp/as/mach0.c b/mach/pdp/as/mach0.c index 601636f11..9cc68e8be 100644 --- a/mach/pdp/as/mach0.c +++ b/mach/pdp/as/mach0.c @@ -21,5 +21,3 @@ #define ALIGNWORD 2 #undef ALIGNSECT #define ALIGNSECT 2 -#undef BITMAX -#define BITMAX 4000 -- 2.34.1