From: ceriel Date: Thu, 29 Jan 1987 19:49:35 +0000 (+0000) Subject: no F_DUM in dummy float X-Git-Tag: release-5-5~4873 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=27e48672bbfe2d826f55421e3d6edbdf83e67252;p=ack.git no F_DUM in dummy float --- diff --git a/mach/m68020/ncg/mach.c b/mach/m68020/ncg/mach.c index ec51f8bf1..3d3073a5e 100644 --- a/mach/m68020/ncg/mach.c +++ b/mach/m68020/ncg/mach.c @@ -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"); diff --git a/mach/m68k2/ncg/mach.c b/mach/m68k2/ncg/mach.c index ec51f8bf1..3d3073a5e 100644 --- a/mach/m68k2/ncg/mach.c +++ b/mach/m68k2/ncg/mach.c @@ -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"); diff --git a/mach/m68k4/ncg/mach.c b/mach/m68k4/ncg/mach.c index ec51f8bf1..3d3073a5e 100644 --- a/mach/m68k4/ncg/mach.c +++ b/mach/m68k4/ncg/mach.c @@ -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"); diff --git a/mach/moon3/ncg/mach.c b/mach/moon3/ncg/mach.c index ec51f8bf1..3d3073a5e 100644 --- a/mach/moon3/ncg/mach.c +++ b/mach/moon3/ncg/mach.c @@ -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");