Honor --disable-decimal-float on PowerPC Decimal/Float128 conversions
authorMichael Meissner <meissner@linux.ibm.com>
Mon, 5 Apr 2021 17:30:40 +0000 (13:30 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Mon, 5 Apr 2021 17:33:16 +0000 (13:33 -0400)
commitf1d012911bd103e9701ed378f32928a3cbcf028a
tree449ebdf0d7c327b5a9a3bf5a75049b78552460e6
parentdd6f588a7b8878d677af51ff4d1c1e3f9f6f40db
Honor --disable-decimal-float on PowerPC Decimal/Float128 conversions

This patch fixes the problem that the Decimal <-> Float128 conversions
were built even if the user configured GCC with --disable-decimal-float.

libgcc/
2021-04-05  Florian Weimer  <fweimer@redhat.com>

* config/rs6000/t-float128 (fp128_ppc_funcs): Add decimal floating
point functions for $(decimal_float) only.

Co-Authored-By: Michael Meissner <meissner@linux.ibm.com>
libgcc/config/rs6000/t-float128