]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Jan 2024 00:26:09 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Jan 2024 00:26:09 +0000 (00:26 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index a1358fee5305164daa65266b5f7a269bf05efb39..f2aa1e70cbf92da42e7da936205f19241e229d22 100644 (file)
@@ -1,3 +1,11 @@
+2024-01-12  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2024-01-12  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.cc (avr_handle_addr_attribute): Move "..." from
+       format string to %s argument.
+
 2024-01-11  Siddhesh Poyarekar  <siddhesh@gotplt.org>
 
        Backported from master:
index 8f71cba266de2fef734036631f6737cb1255aaeb..f5501888ee6a7864846c27f8d64bf30d806455ca 100644 (file)
@@ -1 +1 @@
-20240112
+20240113
index 74cd3fc6c994be2a4c555ef813bb1d76624a0c1d..93c5078370d308d52ae9aec941dd56ca0fe67c56 100644 (file)
@@ -1,3 +1,11 @@
+2024-01-12  Sandra Loosemore  <sandra@codesourcery.com>
+
+       Backported from master:
+       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-08-11  Thomas Neumann  <thomas.neumann@in.tum.de>
 
        PR libgcc/110956
index a0897feaeb7a2d303b327697d2b160b3835dbe6f..1635ea176b711db29cc63f38b32480607dffcebc 100644 (file)
@@ -1,3 +1,11 @@
+2024-01-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/format (__format::_Arg_store): Fix PR number in
+       comment. Simplify preprocessor code.
+
 2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: