made bittable dynamic
authorceriel <none@none>
Thu, 16 Jun 1988 13:46:38 +0000 (13:46 +0000)
committerceriel <none@none>
Thu, 16 Jun 1988 13:46:38 +0000 (13:46 +0000)
mach/m68020/as/mach0.c
mach/m68k2/as/mach0.c
mach/ns/as/mach0.c
mach/pdp/as/mach0.c

index a71f253..b3fd9cc 100644 (file)
@@ -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 */
index 258b803..87dc1db 100644 (file)
@@ -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 */
index 256b2dc..43a57ef 100644 (file)
@@ -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
index 601636f..9cc68e8 100644 (file)
@@ -21,5 +21,3 @@
 #define ALIGNWORD 2
 #undef ALIGNSECT
 #define ALIGNSECT 2
-#undef BITMAX
-#define BITMAX 4000