aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-03-07 00:16:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-03-07 00:16:44 +0000
commit3dd4ada43704115b91e496de2dfbd925443450bc (patch)
treea176e5f705fe226c9a302105be58f2c06e718bfd /libgcc/ChangeLog
parent1d92cd072ef4b2e4f309eefbcfe64c368d220f29 (diff)
Daily bump.
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 97f34420942..bf7062ccfad 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,19 @@
+2023-03-06 Michael Meissner <meissner@linux.ibm.com>
+
+ PR target/107299
+ * config/rs6000/_divkc3.c (COPYSIGN): Use the correct built-in based on
+ whether long double is IBM or IEEE.
+ (INFINITY): Likewise.
+ (FABS): Likewise.
+ * config/rs6000/_mulkc3.c (COPYSIGN): Likewise.
+ (INFINITY): Likewise.
+ * config/rs6000/quad-float128.h (TF): Remove definition.
+ (TFtype): Define to be long double or _Float128.
+ (TCtype): Define to be _Complex long double or _Complex _Float128.
+ * libgcc2.h (TFtype): Allow machine config files to override this.
+ (TCtype): Likewise.
+ * soft-fp/quad.h (TFtype): Likewise.
+
2023-02-13 Kito Cheng <kito.cheng@sifive.com>
* config.host (riscv*-*-*): Add config/riscv/value-unwind.h.