Define RS6000_ITRUNC and RS6000_UITRUNC

From-SVN: r6560
This commit is contained in:
Ian Lance Taylor 1994-02-15 16:10:25 +00:00
parent 9230dc4633
commit 9929b5751b

View 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"
/* Control the assembler format that we output. */