]> gcc.gnu.org Git - gcc.git/commit
Revert patch.
authorMichael Meissner <meissner@linux.ibm.com>
Wed, 11 Nov 2020 19:58:27 +0000 (14:58 -0500)
committerMichael Meissner <meissner@linux.ibm.com>
Wed, 11 Nov 2020 19:58:27 +0000 (14:58 -0500)
commit6eb0ee9a77b59b8f1c493b2e061b3b1d4e0262ce
treea1faf8abc1b3bba7026f7ab12ce469dc3276855c
parent25f60c79f20de3c236c7a90b671bbe003a97f828
Revert patch.

libgcc/
2020-11-11  Michael Meissner  <meissner@linux.ibm.com>

Revert:
* config/rs6000/t-float128 (fp128_dec_funcs): New macro.
(ibm128_dec_funcs): New macro.
(fp128_ppc_funcs): Add the Decimal <-> __float128 conversions.
(fp128_dec_objs): Force Decimal <-> __float128 conversions to be
compiled with -mabi=ieeelongdouble.
(ibm128_dec_objs): Force Decimal <-> __float128 conversions to be
compiled with -mabi=ieeelongdouble.
(FP128_CFLAGS_DECIMAL): New macro.
(IBM128_CFLAGS_DECIMAL): New macro.
* config/rs6000/_dd_to_kf.c: New file.
* config/rs6000/_kf_to_dd.c: New file.
* config/rs6000/_kf_to_sd.c: New file.
* config/rs6000/_kf_to_td.c: New file.
* config/rs6000/_sd_to_kf.c: New file.
* config/rs6000/_td_to_kf.c: New file.
libgcc/config/rs6000/_dd_to_kf.c [deleted file]
libgcc/config/rs6000/_kf_to_dd.c [deleted file]
libgcc/config/rs6000/_kf_to_sd.c [deleted file]
libgcc/config/rs6000/_kf_to_td.c [deleted file]
libgcc/config/rs6000/_sd_to_kf.c [deleted file]
libgcc/config/rs6000/_td_to_kf.c [deleted file]
libgcc/config/rs6000/t-float128
This page took 0.06115 seconds and 6 git commands to generate.