From 9929b5751beb1f433de2511fa1c647c8b414aa16 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 15 Feb 1994 16:10:25 +0000 Subject: [PATCH] Define RS6000_ITRUNC and RS6000_UITRUNC From-SVN: r6560 --- gcc/config/rs6000/rs6000.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 11b3bd2ed4f..aaf8f1c26fd 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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" /* Control the assembler format that we output. */ -- 2.30.2