From b972fea2374368f1d8d3076e67d58b1eb9566d63 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 25 Jun 1990 13:42:02 +0000 Subject: [PATCH] produce commons for bss --- mach/i86/ncg/mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1