aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-13 03:40:29 +0000
committerRichard Stallman <rms@gnu.org>1992-06-13 03:40:29 +0000
commit7af1a096c916253bd7cf63b6e39fc2470c659dbf (patch)
treee0ea8e6ae1d4794c07688ab2044ef35b1ceff598
parentcb432e02dca4d0c2965a9a00df57019d66f7506d (diff)
downloadgcc-7af1a096c916253bd7cf63b6e39fc2470c659dbf.zip
gcc-7af1a096c916253bd7cf63b6e39fc2470c659dbf.tar.gz
gcc-7af1a096c916253bd7cf63b6e39fc2470c659dbf.tar.bz2
entered into RCS
From-SVN: r1197
-rw-r--r--gcc/config/i860/sysv4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i860/sysv4.h b/gcc/config/i860/sysv4.h
index 1eb56e2..4f5d60c 100644
--- a/gcc/config/i860/sysv4.h
+++ b/gcc/config/i860/sysv4.h
@@ -82,7 +82,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (FILE, "\t.word 0x%lx\n\t.word 0x%lx\n", t[0], t[1]); \
} \
else \
- fprintf (FILE, "\t.double %.20g\n", VALUE); \
+ fprintf (FILE, "\t.double %.20e\n", VALUE); \
}
/* This is how to output an assembler line defining a `float' constant.
@@ -103,7 +103,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (FILE, "\t.word 0x%lx\n", t); \
} \
else \
- fprintf (FILE, "\t.float %.12g\n", VALUE); \
+ fprintf (FILE, "\t.float %.12e\n", VALUE); \
}
#endif /* word order matches */