aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-01-13 00:18:48 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-01-13 00:18:48 +0000
commit444a31f3b3542ccbecb67cef3a01df8aa9a43802 (patch)
treeac6e353175c5f2f6139331b82abdba45d8cdb55d /libgcc/ChangeLog
parentc224dec0e7c88e7a95633023018cdcb6ee87c65f (diff)
downloadgcc-444a31f3b3542ccbecb67cef3a01df8aa9a43802.zip
gcc-444a31f3b3542ccbecb67cef3a01df8aa9a43802.tar.gz
gcc-444a31f3b3542ccbecb67cef3a01df8aa9a43802.tar.bz2
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 4581ba1..9799de1 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,19 @@
+2024-01-12 Jakub Jelinek <jakub@redhat.com>
+
+ * libgcc2.h (UBILtype): New typedef with may_alias attribute.
+ (__mulbitint3, __divmodbitint4): Use UBILtype * instead of
+ UWtype * and const UBILtype * instead of const UWtype *.
+ * libgcc2.c (bitint_reduce_prec, bitint_mul_1, bitint_addmul_1,
+ __mulbitint3, bitint_negate, bitint_submul_1, __divmodbitint4):
+ Likewise.
+ * soft-fp/bitint.h (UBILtype): Change define into a typedef with
+ may_alias attribute.
+
+2024-01-12 Sandra Loosemore <sandra@codesourcery.com>
+
+ * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Do not try to use
+ _dl_find_object on nios2; it doesn't work.
+
2023-12-23 Thomas Schwinge <thomas@codesourcery.com>
* c++-minimal/README: New.