Commit 2c7ff63c by Richard Stallman

(assemble_real): Case TFmode and XFmode invoke ASM_OUTPUT_LONG_DOUBLE.

From-SVN: r3941
parent a19a1b5d
......@@ -1243,6 +1243,7 @@ assemble_real (d, mode)
#endif
#ifdef ASM_OUTPUT_LONG_DOUBLE
case XFmode:
case TFmode:
ASM_OUTPUT_LONG_DOUBLE (asm_out_file, d);
break;
......
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