From 27e48672bbfe2d826f55421e3d6edbdf83e67252 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Jan 1987 19:49:35 +0000 Subject: [PATCH] no F_DUM in dummy float --- mach/m68020/ncg/mach.c | 4 ++-- mach/m68k2/ncg/mach.c | 4 ++-- mach/m68k4/ncg/mach.c | 4 ++-- mach/moon3/ncg/mach.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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"); -- 2.34.1