Define RS6000_ITRUNC and RS6000_UITRUNC
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Feb 1994 16:10:25 +0000 (16:10 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Feb 1994 16:10:25 +0000 (16:10 +0000)
From-SVN: r6560

gcc/config/rs6000/rs6000.h

index 11b3bd2ed4f715a1e0599ed858ac90910277b714..aaf8f1c26fdd49104ae554b8d15378727e0c4e0a 100644 (file)
@@ -1464,6 +1464,11 @@ extern int rs6000_compare_fp_p;
    uitrunc must be defined.  */
 
 extern int rs6000_trunc_used;
+
+/* Function names to call to do floating point truncation.  */
+
+#define RS6000_ITRUNC "itrunc"
+#define RS6000_UITRUNC "uitrunc"
 \f
 /* Control the assembler format that we output.  */