diff --git a/emit.c b/emit.c index 82eba9e..ba0174b 100644 --- a/emit.c +++ b/emit.c @@ -97,8 +97,6 @@ emitdat(Dat *d, FILE *f) fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num); break; default: - if (d->lnk->common) - die("unsupported common data item"); if (zero != -1) { emitlnk(d->name, d->lnk, SecData, f); if (zero > 0)