summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-11-07 00:26:11 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-11-07 00:26:11 +0000
commita75b6ed916201bb4cb9a10f833f5cf7194bbc13e (patch)
tree4439af6d88ec53d1bcec4b3d804c7b62d358bc3f
parentd3efc2fcfd2de53380e29d7741f59cb6515155d3 (diff)
Daily bump.
-rw-r--r--gcc/ChangeLog20
-rw-r--r--gcc/DATESTAMP2
2 files changed, 21 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index df71043d08b..9aa79b348c3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,23 @@
+2025-11-06 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2025-11-06 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/122516
+ * config/avr/elf.h (SUPPORTS_SHF_GNU_RETAIN): Define if
+ HAVE_GAS_SHF_GNU_RETAIN.
+
+2025-11-06 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2025-11-06 Georg-Johann Lay <avr@gjlay.de>
+
+ * config/avr/avr.cc (avr_output_addr_vec): Output
+ a valid opcode prior to the first gs() label provided:
+ - The code is compiled for an arch that has AVR-SD mcus, and
+ - the function has a "section" attribute, and
+ - the function has a gs() label addresses switch/case table.
+
2025-11-03 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 02b442ec20c..da14cf481a5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251106
+20251107