]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Nov 2025 00:26:11 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Nov 2025 00:26:11 +0000 (00:26 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index df71043d08baa0f35deab24967c8612e0390c6c8..9aa79b348c33e7a75c2e599a218ab7e6d5a872be 100644 (file)
@@ -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:
index 02b442ec20c82681b96afa1a163718334245850b..da14cf481a5b74ee046247999c285daa8e8f85de 100644 (file)
@@ -1 +1 @@
-20251106
+20251107