Commit 7af1a096 by Richard Stallman

entered into RCS

From-SVN: r1197
parent cb432e02
...@@ -82,7 +82,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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]); \ fprintf (FILE, "\t.word 0x%lx\n\t.word 0x%lx\n", t[0], t[1]); \
} \ } \
else \ 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. /* 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. */ ...@@ -103,7 +103,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (FILE, "\t.word 0x%lx\n", t); \ fprintf (FILE, "\t.word 0x%lx\n", t); \
} \ } \
else \ else \
fprintf (FILE, "\t.float %.12g\n", VALUE); \ fprintf (FILE, "\t.float %.12e\n", VALUE); \
} }
#endif /* word order matches */ #endif /* word order matches */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment