no F_DUM in dummy float
authorceriel <none@none>
Thu, 29 Jan 1987 19:49:35 +0000 (19:49 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 19:49:35 +0000 (19:49 +0000)
mach/m68020/ncg/mach.c
mach/m68k2/ncg/mach.c
mach/m68k4/ncg/mach.c
mach/moon3/ncg/mach.c

index ec51f8b..3d3073a 100644 (file)
@@ -63,8 +63,8 @@ static int been_here;
                fatal("bad fcon size");
        fprintf(codefile,".data4\t");
        if (argval == 8)
-               fprintf(codefile,"F_DUM,");
-       fprintf(codefile,"F_DUM\n");
+               fprintf(codefile,"0,");
+       fprintf(codefile,"0 !dummy float\n");
        if ( !been_here++)
        {
        fprintf(stderr,"Warning : dummy float-constant(s)\n");
index ec51f8b..3d3073a 100644 (file)
@@ -63,8 +63,8 @@ static int been_here;
                fatal("bad fcon size");
        fprintf(codefile,".data4\t");
        if (argval == 8)
-               fprintf(codefile,"F_DUM,");
-       fprintf(codefile,"F_DUM\n");
+               fprintf(codefile,"0,");
+       fprintf(codefile,"0 !dummy float\n");
        if ( !been_here++)
        {
        fprintf(stderr,"Warning : dummy float-constant(s)\n");
index ec51f8b..3d3073a 100644 (file)
@@ -63,8 +63,8 @@ static int been_here;
                fatal("bad fcon size");
        fprintf(codefile,".data4\t");
        if (argval == 8)
-               fprintf(codefile,"F_DUM,");
-       fprintf(codefile,"F_DUM\n");
+               fprintf(codefile,"0,");
+       fprintf(codefile,"0 !dummy float\n");
        if ( !been_here++)
        {
        fprintf(stderr,"Warning : dummy float-constant(s)\n");
index ec51f8b..3d3073a 100644 (file)
@@ -63,8 +63,8 @@ static int been_here;
                fatal("bad fcon size");
        fprintf(codefile,".data4\t");
        if (argval == 8)
-               fprintf(codefile,"F_DUM,");
-       fprintf(codefile,"F_DUM\n");
+               fprintf(codefile,"0,");
+       fprintf(codefile,"0 !dummy float\n");
        if ( !been_here++)
        {
        fprintf(stderr,"Warning : dummy float-constant(s)\n");