aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-04 19:01:23 +0000
committerRichard Stallman <rms@gnu.org>1992-06-04 19:01:23 +0000
commita4c4b1e6371e14d9703f6b5635055127884bf2ec (patch)
tree4c0cf673746b003c503f22e5d7640a3c92201b4f /gcc
parent4b3c836510858a4d9541bc0d8c8abe945639c321 (diff)
downloadgcc-a4c4b1e6371e14d9703f6b5635055127884bf2ec.zip
gcc-a4c4b1e6371e14d9703f6b5635055127884bf2ec.tar.gz
gcc-a4c4b1e6371e14d9703f6b5635055127884bf2ec.tar.bz2
*** empty log message ***
From-SVN: r1157
Diffstat (limited to 'gcc')
-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 9c20819..a34ce70 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 0r%.17g\n", VALUE); \
+ fprintf (FILE, "\t.double %.20g\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.single 0r%.9g\n", VALUE); \
+ fprintf (FILE, "\t.float %.12g\n", VALUE); \
}
#endif /* word order matches */