Removed DUK
This commit is contained in:
parent
53d6dfcb6b
commit
947461e31f
3 changed files with 0 additions and 15 deletions
|
@ -1,4 +1,3 @@
|
||||||
#define DUK
|
|
||||||
/* @(#)mach0.c 1.5 */
|
/* @(#)mach0.c 1.5 */
|
||||||
/*
|
/*
|
||||||
* Motorola 68000/68010 options
|
* Motorola 68000/68010 options
|
||||||
|
@ -24,5 +23,3 @@
|
||||||
|
|
||||||
#undef VALWIDTH
|
#undef VALWIDTH
|
||||||
#define VALWIDTH 8
|
#define VALWIDTH 8
|
||||||
|
|
||||||
#define NOLD /* Added by Duk Bekema. */
|
|
||||||
|
|
|
@ -21,11 +21,7 @@ operation
|
||||||
fit(fitw($4.val));
|
fit(fitw($4.val));
|
||||||
emit2($1 | $2);
|
emit2($1 | $2);
|
||||||
#ifdef RELOCATION
|
#ifdef RELOCATION
|
||||||
#ifdef DUK
|
|
||||||
newrelo($4.typ, RELPC|RELO2|RELBR|RELWR);
|
newrelo($4.typ, RELPC|RELO2|RELBR|RELWR);
|
||||||
#else DUK
|
|
||||||
newrelo($4.typ, RELPC|RELO2);
|
|
||||||
#endif DUK
|
|
||||||
#endif
|
#endif
|
||||||
emit2(loww($4.val));
|
emit2(loww($4.val));
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,11 +37,7 @@ ea_1(sz, bits)
|
||||||
#ifdef RELOCATION
|
#ifdef RELOCATION
|
||||||
RELOMOVE(relonami, rel_1);
|
RELOMOVE(relonami, rel_1);
|
||||||
if (flag & ~0xFF)
|
if (flag & ~0xFF)
|
||||||
#ifdef DUK
|
|
||||||
newrelo(exp_1.typ, (flag>>8) | RELBR | RELWR);
|
newrelo(exp_1.typ, (flag>>8) | RELBR | RELWR);
|
||||||
#else DUK
|
|
||||||
newrelo(exp_1.typ, flag>>8);
|
|
||||||
#endif DUK
|
|
||||||
#endif
|
#endif
|
||||||
if (flag & PUTL)
|
if (flag & PUTL)
|
||||||
emit4(exp_1.val);
|
emit4(exp_1.val);
|
||||||
|
@ -361,11 +357,7 @@ expr_t exp;
|
||||||
fit(fitw(exp.val));
|
fit(fitw(exp.val));
|
||||||
emit2(opc);
|
emit2(opc);
|
||||||
#ifdef RELOCATION
|
#ifdef RELOCATION
|
||||||
#ifdef DUK
|
|
||||||
newrelo(exp.typ, RELPC|RELO2|RELBR|RELWR);
|
newrelo(exp.typ, RELPC|RELO2|RELBR|RELWR);
|
||||||
#else DUK
|
|
||||||
newrelo(exp.typ, RELPC|RELO2);
|
|
||||||
#endif DUK
|
|
||||||
#endif
|
#endif
|
||||||
emit2(loww(exp.val));
|
emit2(loww(exp.val));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue