aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-03-16 00:16:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-03-16 00:16:51 +0000
commit53fb2cf75965e4dbcf145a12d8ae41f4667a8498 (patch)
treea0e564aa0e3ce69b42534c61c64de0cbc3d93428 /libgcc/ChangeLog
parenta6dab195f7041671166b9aa6a37e0db4236c829d (diff)
downloadgcc-53fb2cf75965e4dbcf145a12d8ae41f4667a8498.zip
gcc-53fb2cf75965e4dbcf145a12d8ae41f4667a8498.tar.gz
gcc-53fb2cf75965e4dbcf145a12d8ae41f4667a8498.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 0ceb4eb..cbe15b9 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,12 @@
+2024-03-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcc/114327
+ * libgcc2.c (bitint_negate): Return UWtype bitwise or of all the limbs
+ before negation rather than void.
+ (__divmodbitint4): Determine whether to fill in the upper limbs after
+ negation based on whether bitint_negate returned 0 or non-zero, rather
+ then always filling with -1.
+
2024-02-22 Kewen Lin <linkw@linux.ibm.com>
PR target/109987