generate commons for bss
authorceriel <none@none>
Thu, 6 Aug 1987 15:11:09 +0000 (15:11 +0000)
committerceriel <none@none>
Thu, 6 Aug 1987 15:11:09 +0000 (15:11 +0000)
mach/m68020/ncg/mach.h
mach/m68k2/ncg/mach.h
mach/m68k4/ncg/mach.h
mach/moon3/ncg/mach.h

index 7f80df2..f100a66 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #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%ld\n",l,x);
+#define newlbss(l,x)   fprintf(codefile,".comm %s,%ld\n",l,x);
 
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
index 7f80df2..f100a66 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #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%ld\n",l,x);
+#define newlbss(l,x)   fprintf(codefile,".comm %s,%ld\n",l,x);
 
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
index 7f80df2..f100a66 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #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%ld\n",l,x);
+#define newlbss(l,x)   fprintf(codefile,".comm %s,%ld\n",l,x);
 
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
index 7f80df2..f100a66 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #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%ld\n",l,x);
+#define newlbss(l,x)   fprintf(codefile,".comm %s,%ld\n",l,x);
 
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"