OSDN Git Service

entered into RCS
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jun 1992 03:40:29 +0000 (03:40 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jun 1992 03:40:29 +0000 (03:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1197 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i860/sysv4.h

index 1eb56e2..4f5d60c 100644 (file)
@@ -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 */