produce commons for bss
authorceriel <none@none>
Mon, 25 Jun 1990 13:42:02 +0000 (13:42 +0000)
committerceriel <none@none>
Mon, 25 Jun 1990 13:42:02 +0000 (13:42 +0000)
mach/i86/ncg/mach.h

index 23a41e8..311f091 100644 (file)
@@ -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"