From: ceriel Date: Mon, 25 Jun 1990 13:42:02 +0000 (+0000) Subject: produce commons for bss X-Git-Tag: release-5-5~1663 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b972fea2374368f1d8d3076e67d58b1eb9566d63;p=ack.git produce commons for bss --- diff --git a/mach/i86/ncg/mach.h b/mach/i86/ncg/mach.h index 23a41e8f1..311f0917a 100644 --- a/mach/i86/ncg/mach.h +++ b/mach/i86/ncg/mach.h @@ -12,7 +12,7 @@ #define newilb(x) fprintf(codefile,"%s:\n",x) #define newdlb(x) fprintf(codefile,"%s:\n",x) #define dlbdlb(x,y) fprintf(codefile,"%s = %s\n",x,y) -#define newlbss(l,x) fprintf(codefile,"%s: .space\t%d\n",l,x); +#define newlbss(l,x) fprintf(codefile,".comm %s,%d\n",l,x); #define cst_fmt "%d" #define off_fmt "%d"