Commit 9929b575 by Ian Lance Taylor

Define RS6000_ITRUNC and RS6000_UITRUNC

From-SVN: r6560
parent 9230dc46
......@@ -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. */
......
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