From 3dd4ada43704115b91e496de2dfbd925443450bc Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 7 Mar 2023 00:16:44 +0000 Subject: Daily bump. --- libgcc/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 97f3442..bf7062c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,19 @@ +2023-03-06 Michael Meissner + + 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 * config.host (riscv*-*-*): Add config/riscv/value-unwind.h. -- cgit v1.1