]> gcc.gnu.org Git - gcc.git/commit
PowerPC: Add long double target-supports.
authorMichael Meissner <meissner@linux.ibm.com>
Mon, 30 Nov 2020 18:29:09 +0000 (13:29 -0500)
committerMichael Meissner <meissner@linux.ibm.com>
Mon, 30 Nov 2020 18:29:09 +0000 (13:29 -0500)
commit330f6cfaebdb8cdc0a73cb605667fe53549d151e
treecee815d1300be1fa6373dda35be71dcd8340d13f
parent244b9665285aa59c10eb8e7d8d30584d722f0a5a
PowerPC: Add long double target-supports.

This patch adds 3 target supports to test what type of PowerPC long double is
used by the test:

   1) Long double uses the IBM 128-bit extended double format;
   2) Long double uses the IEEE 128-bit format; (and)
   3) Long double uses the 64-bit format.

gcc/testsuite/
2020-11-30  Michael Meissner  <meissner@linux.ibm.com>

* lib/target-supports.exp (check_ppc_long_double_ibm): New
function.
(check_ppc_long_double_ieee): New function.
(check_ppc_long_double_64bit): New function.
(is-effective-target): Add ppc_long_double_ibm,
ppc_long_double_ieee, and ppc_long_double_64bit.
gcc/testsuite/lib/target-supports.exp
This page took 0.063361 seconds and 6 git commands to generate.