Commit 9929b575 by Ian Lance Taylor

Define RS6000_ITRUNC and RS6000_UITRUNC

From-SVN: r6560
parent 9230dc46
...@@ -1465,6 +1465,11 @@ extern int rs6000_compare_fp_p; ...@@ -1465,6 +1465,11 @@ extern int rs6000_compare_fp_p;
extern int rs6000_trunc_used; 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. */ /* Control the assembler format that we output. */
/* Output at beginning of assembler file. /* Output at beginning of assembler file.
......
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