From: ceriel Date: Thu, 4 Dec 1986 16:35:04 +0000 (+0000) Subject: Removed DUK X-Git-Tag: release-5-5~5122 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=947461e31f8cb1a7f7c5472732b7306f2ab6bf8f;p=ack.git Removed DUK --- diff --git a/mach/m68k2/as/mach0.c b/mach/m68k2/as/mach0.c index 76d1a7a06..9d254f6e8 100644 --- a/mach/m68k2/as/mach0.c +++ b/mach/m68k2/as/mach0.c @@ -1,4 +1,3 @@ -#define DUK /* @(#)mach0.c 1.5 */ /* * Motorola 68000/68010 options @@ -24,5 +23,3 @@ #undef VALWIDTH #define VALWIDTH 8 - -#define NOLD /* Added by Duk Bekema. */ diff --git a/mach/m68k2/as/mach4.c b/mach/m68k2/as/mach4.c index 070a09be2..c2519b253 100644 --- a/mach/m68k2/as/mach4.c +++ b/mach/m68k2/as/mach4.c @@ -21,11 +21,7 @@ operation fit(fitw($4.val)); emit2($1 | $2); #ifdef RELOCATION -#ifdef DUK newrelo($4.typ, RELPC|RELO2|RELBR|RELWR); -#else DUK - newrelo($4.typ, RELPC|RELO2); -#endif DUK #endif emit2(loww($4.val)); } diff --git a/mach/m68k2/as/mach5.c b/mach/m68k2/as/mach5.c index bec9624a3..27805b447 100644 --- a/mach/m68k2/as/mach5.c +++ b/mach/m68k2/as/mach5.c @@ -37,11 +37,7 @@ ea_1(sz, bits) #ifdef RELOCATION RELOMOVE(relonami, rel_1); if (flag & ~0xFF) -#ifdef DUK newrelo(exp_1.typ, (flag>>8) | RELBR | RELWR); -#else DUK - newrelo(exp_1.typ, flag>>8); -#endif DUK #endif if (flag & PUTL) emit4(exp_1.val); @@ -361,11 +357,7 @@ expr_t exp; fit(fitw(exp.val)); emit2(opc); #ifdef RELOCATION -#ifdef DUK newrelo(exp.typ, RELPC|RELO2|RELBR|RELWR); -#else DUK - newrelo(exp.typ, RELPC|RELO2); -#endif DUK #endif emit2(loww(exp.val)); }